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 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

      Common.Vector getOpLeftVectors(int index)
       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

      Common.VectorOrBuilder getOpLeftVectorsOrBuilder(int index)
       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

      Common.Vector getOpRightVectors(int index)
       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

      Common.VectorOrBuilder getOpRightVectorsOrBuilder(int index)
       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.