Interface ExpandRel.SwitchingFieldOrBuilder

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

public static interface ExpandRel.SwitchingFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDuplicates(int index)
    All duplicates must return the same type class but may differ in nullability.
    int
    All duplicates must return the same type class but may differ in nullability.
    All duplicates must return the same type class but may differ in nullability.
    All duplicates must return the same type class but may differ in nullability.
    All duplicates must return the same type class but may differ in nullability.

    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

    • getDuplicatesList

      List<Expression> getDuplicatesList()
       All duplicates must return the same type class but may differ in nullability.  The effective
       type of the output field will be nullable if any of the duplicate expressions are nullable.
       
      repeated .substrait.Expression duplicates = 1;
    • getDuplicates

      Expression getDuplicates(int index)
       All duplicates must return the same type class but may differ in nullability.  The effective
       type of the output field will be nullable if any of the duplicate expressions are nullable.
       
      repeated .substrait.Expression duplicates = 1;
    • getDuplicatesCount

      int getDuplicatesCount()
       All duplicates must return the same type class but may differ in nullability.  The effective
       type of the output field will be nullable if any of the duplicate expressions are nullable.
       
      repeated .substrait.Expression duplicates = 1;
    • getDuplicatesOrBuilderList

      List<? extends ExpressionOrBuilder> getDuplicatesOrBuilderList()
       All duplicates must return the same type class but may differ in nullability.  The effective
       type of the output field will be nullable if any of the duplicate expressions are nullable.
       
      repeated .substrait.Expression duplicates = 1;
    • getDuplicatesOrBuilder

      ExpressionOrBuilder getDuplicatesOrBuilder(int index)
       All duplicates must return the same type class but may differ in nullability.  The effective
       type of the output field will be nullable if any of the duplicate expressions are nullable.
       
      repeated .substrait.Expression duplicates = 1;