Interface PlanProtocol.UnmakeVectorOperatorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutNames​(int index)
      The names of the columns to create
      com.google.protobuf.ByteString getOutNamesBytes​(int index)
      The names of the columns to create
      int getOutNamesCount()
      The names of the columns to create
      List<String> getOutNamesList()
      The names of the columns to create
      String getVectorCol()
      The name of the vector column to unpack
      com.google.protobuf.ByteString getVectorColBytes()
      The name of the vector column to unpack
      • 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 Detail

      • getVectorCol

        String getVectorCol()
        The name of the vector column to unpack
         
        string vectorCol = 1;
        Returns:
        The vectorCol.
      • getVectorColBytes

        com.google.protobuf.ByteString getVectorColBytes()
        The name of the vector column to unpack
         
        string vectorCol = 1;
        Returns:
        The bytes for vectorCol.
      • getOutNamesList

        List<String> getOutNamesList()
        The names of the columns to create
         
        repeated string outNames = 2;
        Returns:
        A list containing the outNames.
      • getOutNamesCount

        int getOutNamesCount()
        The names of the columns to create
         
        repeated string outNames = 2;
        Returns:
        The count of outNames.
      • getOutNames

        String getOutNames​(int index)
        The names of the columns to create
         
        repeated string outNames = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The outNames at the given index.
      • getOutNamesBytes

        com.google.protobuf.ByteString getOutNamesBytes​(int index)
        The names of the columns to create
         
        repeated string outNames = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the outNames at the given index.