Interface Expression.Nested.StructOrBuilder

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

public static interface Expression.Nested.StructOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFields(int index)
    Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
    int
    Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
    Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
    getFieldsOrBuilder(int index)
    Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
    Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.

    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()
       Zero or more possibly heterogeneously-typed list of expressions that
       form the struct fields.
       
      repeated .substrait.Expression fields = 1;
    • getFields

      Expression getFields(int index)
       Zero or more possibly heterogeneously-typed list of expressions that
       form the struct fields.
       
      repeated .substrait.Expression fields = 1;
    • getFieldsCount

      int getFieldsCount()
       Zero or more possibly heterogeneously-typed list of expressions that
       form the struct fields.
       
      repeated .substrait.Expression fields = 1;
    • getFieldsOrBuilderList

      List<? extends ExpressionOrBuilder> getFieldsOrBuilderList()
       Zero or more possibly heterogeneously-typed list of expressions that
       form the struct fields.
       
      repeated .substrait.Expression fields = 1;
    • getFieldsOrBuilder

      ExpressionOrBuilder getFieldsOrBuilder(int index)
       Zero or more possibly heterogeneously-typed list of expressions that
       form the struct fields.
       
      repeated .substrait.Expression fields = 1;