Interface Expression.Nested.ListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getValues(int index)
    A homogeneously-typed list of one or more expressions that form the list entries.
    int
    A homogeneously-typed list of one or more expressions that form the list entries.
    A homogeneously-typed list of one or more expressions that form the list entries.
    getValuesOrBuilder(int index)
    A homogeneously-typed list of one or more expressions that form the list entries.
    A homogeneously-typed list of one or more expressions that form the list entries.

    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

    • getValuesList

      List<Expression> getValuesList()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValues

      Expression getValues(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesCount

      int getValuesCount()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesOrBuilderList

      List<? extends ExpressionOrBuilder> getValuesOrBuilderList()
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;
    • getValuesOrBuilder

      ExpressionOrBuilder getValuesOrBuilder(int index)
       A homogeneously-typed list of one or more expressions that form the
       list entries. To specify an empty list, use Literal.empty_list
       (otherwise type information would be missing).
       
      repeated .substrait.Expression values = 1;