public class QdrantValueFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.qdrant.client.grpc.JsonWithInt.Value |
convertArrayToValue(org.apache.spark.sql.catalyst.util.ArrayData arrayData,
org.apache.spark.sql.types.DataType elementType) |
static io.qdrant.client.grpc.JsonWithInt.Value |
value(org.apache.spark.sql.catalyst.InternalRow record,
org.apache.spark.sql.types.StructField field,
int fieldIndex) |
static io.qdrant.client.grpc.JsonWithInt.Value |
value(org.apache.spark.sql.catalyst.InternalRow structData,
org.apache.spark.sql.types.StructType structType) |
public static io.qdrant.client.grpc.JsonWithInt.Value value(org.apache.spark.sql.catalyst.InternalRow record,
org.apache.spark.sql.types.StructField field,
int fieldIndex)
public static io.qdrant.client.grpc.JsonWithInt.Value convertArrayToValue(org.apache.spark.sql.catalyst.util.ArrayData arrayData,
org.apache.spark.sql.types.DataType elementType)
public static io.qdrant.client.grpc.JsonWithInt.Value value(org.apache.spark.sql.catalyst.InternalRow structData,
org.apache.spark.sql.types.StructType structType)
Copyright © 2024. All rights reserved.