Interface Expression.MultiOrList.RecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Expression.MultiOrList.Record, Expression.MultiOrList.Record.Builder
Enclosing class:
Expression.MultiOrList

public static interface Expression.MultiOrList.RecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFields(int index)
    repeated .substrait.Expression fields = 1;
    int
    repeated .substrait.Expression fields = 1;
    repeated .substrait.Expression fields = 1;
    getFieldsOrBuilder(int index)
    repeated .substrait.Expression fields = 1;
    repeated .substrait.Expression fields = 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

    • getFieldsList

      List<Expression> getFieldsList()
      repeated .substrait.Expression fields = 1;
    • getFields

      Expression getFields(int index)
      repeated .substrait.Expression fields = 1;
    • getFieldsCount

      int getFieldsCount()
      repeated .substrait.Expression fields = 1;
    • getFieldsOrBuilderList

      List<? extends ExpressionOrBuilder> getFieldsOrBuilderList()
      repeated .substrait.Expression fields = 1;
    • getFieldsOrBuilder

      ExpressionOrBuilder getFieldsOrBuilder(int index)
      repeated .substrait.Expression fields = 1;