Interface CottontailGrpc.LongVectorOrBuilder

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

public static interface CottontailGrpc.LongVectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getVector(int index)
    repeated int64 vector = 1;
    int
    repeated int64 vector = 1;
    repeated int64 vector = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVectorList

      List<Long> getVectorList()
      repeated int64 vector = 1;
      Returns:
      A list containing the vector.
    • getVectorCount

      int getVectorCount()
      repeated int64 vector = 1;
      Returns:
      The count of vector.
    • getVector

      long getVector(int index)
      repeated int64 vector = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The vector at the given index.