Interface PlanProtocol.EosOperatorOrBuilder

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

public static interface PlanProtocol.EosOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    String getColTypes​(int index)
    Deprecated.
    com.google.protobuf.ByteString getColTypesBytes​(int index)
    Deprecated.
    int getColTypesCount()
    Deprecated.
    List<String> getColTypesList()
    Deprecated.

    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

    • getColTypesList

      @Deprecated List<String> getColTypesList()
      Deprecated.
      The string representation of the type of ALL output columns
       
      repeated string colTypes = 1 [deprecated = true];
    • getColTypesCount

      @Deprecated int getColTypesCount()
      Deprecated.
      The string representation of the type of ALL output columns
       
      repeated string colTypes = 1 [deprecated = true];
    • getColTypes

      @Deprecated String getColTypes​(int index)
      Deprecated.
      The string representation of the type of ALL output columns
       
      repeated string colTypes = 1 [deprecated = true];
    • getColTypesBytes

      @Deprecated com.google.protobuf.ByteString getColTypesBytes​(int index)
      Deprecated.
      The string representation of the type of ALL output columns
       
      repeated string colTypes = 1 [deprecated = true];