Package io.dingodb.index
Interface Index.VectorCalcDistanceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.VectorCalcDistanceRequest,Index.VectorCalcDistanceRequest.Builder
- Enclosing class:
- Index
public static interface Index.VectorCalcDistanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionwhich library algorithm to useintwhich library algorithm to use.dingodb.pb.store.Context context = 10;.dingodb.pb.store.Context context = 10;booleanwhether to return the normalized result.must be validintmust be validgetOpLeftVectors(int index) target vector arrays .inttarget vector arrays .target vector arrays .getOpLeftVectorsOrBuilder(int index) target vector arrays .List<? extends Common.VectorOrBuilder>target vector arrays .getOpRightVectors(int index) source vector arrays .intsource vector arrays .source vector arrays .getOpRightVectorsOrBuilder(int index) source vector arrays .List<? extends Common.VectorOrBuilder>source vector arrays ..dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;boolean.dingodb.pb.store.Context context = 10;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
hasContext
boolean hasContext().dingodb.pb.store.Context context = 10;- Returns:
- Whether the context field is set.
-
getContext
Store.Context getContext().dingodb.pb.store.Context context = 10;- Returns:
- The context.
-
getContextOrBuilder
Store.ContextOrBuilder getContextOrBuilder().dingodb.pb.store.Context context = 10; -
getAlgorithmTypeValue
int getAlgorithmTypeValue()which library algorithm to use
.dingodb.pb.index.AlgorithmType algorithm_type = 2;- Returns:
- The enum numeric value on the wire for algorithmType.
-
getAlgorithmType
Index.AlgorithmType getAlgorithmType()which library algorithm to use
.dingodb.pb.index.AlgorithmType algorithm_type = 2;- Returns:
- The algorithmType.
-
getMetricTypeValue
int getMetricTypeValue()must be valid
.dingodb.pb.common.MetricType metric_type = 3;- Returns:
- The enum numeric value on the wire for metricType.
-
getMetricType
Common.MetricType getMetricType()must be valid
.dingodb.pb.common.MetricType metric_type = 3;- Returns:
- The metricType.
-
getOpLeftVectorsList
List<Common.Vector> getOpLeftVectorsList()target vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_left_vectors = 4; -
getOpLeftVectors
target vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_left_vectors = 4; -
getOpLeftVectorsCount
int getOpLeftVectorsCount()target vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_left_vectors = 4; -
getOpLeftVectorsOrBuilderList
List<? extends Common.VectorOrBuilder> getOpLeftVectorsOrBuilderList()target vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_left_vectors = 4; -
getOpLeftVectorsOrBuilder
target vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_left_vectors = 4; -
getOpRightVectorsList
List<Common.Vector> getOpRightVectorsList()source vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_right_vectors = 5; -
getOpRightVectors
source vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_right_vectors = 5; -
getOpRightVectorsCount
int getOpRightVectorsCount()source vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_right_vectors = 5; -
getOpRightVectorsOrBuilderList
List<? extends Common.VectorOrBuilder> getOpRightVectorsOrBuilderList()source vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_right_vectors = 5; -
getOpRightVectorsOrBuilder
source vector arrays . empty do nothing. no error.
repeated .dingodb.pb.common.Vector op_right_vectors = 5; -
getIsReturnNormlize
boolean getIsReturnNormlize()whether to return the normalized result.
bool is_return_normlize = 6;- Returns:
- The isReturnNormlize.
-