Interface CottontailGrpc.BoolVectorOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    getVector(int index)
    repeated bool vector = 1;
    int
    repeated bool vector = 1;
    repeated bool 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<Boolean> getVectorList()
      repeated bool vector = 1;
      Returns:
      A list containing the vector.
    • getVectorCount

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

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