Interface PlanProtocol.EosOperatorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColTypes​(int index)
      The string representation of the type of ALL output columns
      com.google.protobuf.ByteString getColTypesBytes​(int index)
      The string representation of the type of ALL output columns
      int getColTypesCount()
      The string representation of the type of ALL output columns
      List<String> getColTypesList()
      The string representation of the type of ALL output columns
      • 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

      • getColTypesList

        List<String> getColTypesList()
        The string representation of the type of ALL output columns
         
        repeated string colTypes = 1;
        Returns:
        A list containing the colTypes.
      • getColTypesCount

        int getColTypesCount()
        The string representation of the type of ALL output columns
         
        repeated string colTypes = 1;
        Returns:
        The count of colTypes.
      • getColTypes

        String getColTypes​(int index)
        The string representation of the type of ALL output columns
         
        repeated string colTypes = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The colTypes at the given index.
      • getColTypesBytes

        com.google.protobuf.ByteString getColTypesBytes​(int index)
        The string representation of the type of ALL output columns
         
        repeated string colTypes = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the colTypes at the given index.