Interface Expression.Literal.StructOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFields(int index)
    A possibly heterogeneously typed list of literals
    int
    A possibly heterogeneously typed list of literals
    A possibly heterogeneously typed list of literals
    getFieldsOrBuilder(int index)
    A possibly heterogeneously typed list of literals
    A possibly heterogeneously typed list of literals

    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.Literal> getFieldsList()
       A possibly heterogeneously typed list of literals
       
      repeated .substrait.Expression.Literal fields = 1;
    • getFields

      Expression.Literal getFields(int index)
       A possibly heterogeneously typed list of literals
       
      repeated .substrait.Expression.Literal fields = 1;
    • getFieldsCount

      int getFieldsCount()
       A possibly heterogeneously typed list of literals
       
      repeated .substrait.Expression.Literal fields = 1;
    • getFieldsOrBuilderList

      List<? extends Expression.LiteralOrBuilder> getFieldsOrBuilderList()
       A possibly heterogeneously typed list of literals
       
      repeated .substrait.Expression.Literal fields = 1;
    • getFieldsOrBuilder

      Expression.LiteralOrBuilder getFieldsOrBuilder(int index)
       A possibly heterogeneously typed list of literals
       
      repeated .substrait.Expression.Literal fields = 1;