Package io.substrait.proto
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 TypeMethodDescriptiongetDuplicates(int index) All duplicates must return the same type class but may differ in nullability.intAll 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.getDuplicatesOrBuilder(int index) All duplicates must return the same type class but may differ in nullability.List<? extends ExpressionOrBuilder>All duplicates must return the same type class but may differ in nullability.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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;
-