Package io.substrait.proto
Interface ExchangeRel.MultiBucketExpressionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExchangeRel.MultiBucketExpression,ExchangeRel.MultiBucketExpression.Builder
- Enclosing class:
- ExchangeRel
public static interface ExchangeRel.MultiBucketExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool constrained_to_count = 2;.substrait.Expression expression = 1;.substrait.Expression expression = 1;boolean.substrait.Expression expression = 1;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
-
hasExpression
boolean hasExpression().substrait.Expression expression = 1;- Returns:
- Whether the expression field is set.
-
getExpression
Expression getExpression().substrait.Expression expression = 1;- Returns:
- The expression.
-
getExpressionOrBuilder
ExpressionOrBuilder getExpressionOrBuilder().substrait.Expression expression = 1; -
getConstrainedToCount
boolean getConstrainedToCount()bool constrained_to_count = 2;- Returns:
- The constrainedToCount.
-