Interface Index.VectorBatchQueryRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Index.VectorBatchQueryRequest, Index.VectorBatchQueryRequest.Builder
Enclosing class:
Index

public static interface Index.VectorBatchQueryRequestOrBuilder 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 = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Store.Context getContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      Store.ContextOrBuilder getContextOrBuilder()
      .dingodb.pb.store.Context context = 2;
    • getVectorIdsList

      List<Long> getVectorIdsList()
      repeated int64 vector_ids = 3;
      Returns:
      A list containing the vectorIds.
    • getVectorIdsCount

      int getVectorIdsCount()
      repeated int64 vector_ids = 3;
      Returns:
      The count of vectorIds.
    • getVectorIds

      long getVectorIds(int index)
      repeated int64 vector_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The vectorIds at the given index.
    • getWithoutVectorData

      boolean getWithoutVectorData()
       Default false, if true, response without vector data.
       
      bool without_vector_data = 4;
      Returns:
      The withoutVectorData.
    • getWithoutScalarData

      boolean getWithoutScalarData()
       Default false, if true, response without scalar data.
       
      bool without_scalar_data = 5;
      Returns:
      The withoutScalarData.
    • getSelectedKeysList

      List<String> getSelectedKeysList()
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 6;
      Returns:
      A list containing the selectedKeys.
    • getSelectedKeysCount

      int getSelectedKeysCount()
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 6;
      Returns:
      The count of selectedKeys.
    • getSelectedKeys

      String getSelectedKeys(int index)
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The selectedKeys at the given index.
    • getSelectedKeysBytes

      com.google.protobuf.ByteString getSelectedKeysBytes(int index)
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the selectedKeys at the given index.
    • getWithoutTableData

      boolean getWithoutTableData()
       scalar data, if this parameter is null, all scalar data will be
       returned.
       
      bool without_table_data = 7;
      Returns:
      The withoutTableData.
    • getTs

      long getTs()
      int64 ts = 10;
      Returns:
      The ts.