Package io.substrait.proto
Interface FilterRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilterRel,FilterRel.Builder
public interface FilterRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.extensions.AdvancedExtension advanced_extension = 10;.substrait.extensions.AdvancedExtension advanced_extension = 10;.substrait.RelCommon common = 1;.substrait.RelCommon common = 1;.substrait.Expression condition = 3;.substrait.Expression condition = 3;getInput().substrait.Rel input = 2;.substrait.Rel input = 2;boolean.substrait.extensions.AdvancedExtension advanced_extension = 10;boolean.substrait.RelCommon common = 1;boolean.substrait.Expression condition = 3;booleanhasInput().substrait.Rel input = 2;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
-
hasCommon
boolean hasCommon().substrait.RelCommon common = 1;- Returns:
- Whether the common field is set.
-
getCommon
RelCommon getCommon().substrait.RelCommon common = 1;- Returns:
- The common.
-
getCommonOrBuilder
RelCommonOrBuilder getCommonOrBuilder().substrait.RelCommon common = 1; -
hasInput
boolean hasInput().substrait.Rel input = 2;- Returns:
- Whether the input field is set.
-
getInput
Rel getInput().substrait.Rel input = 2;- Returns:
- The input.
-
getInputOrBuilder
RelOrBuilder getInputOrBuilder().substrait.Rel input = 2; -
hasCondition
boolean hasCondition().substrait.Expression condition = 3;- Returns:
- Whether the condition field is set.
-
getCondition
Expression getCondition().substrait.Expression condition = 3;- Returns:
- The condition.
-
getConditionOrBuilder
ExpressionOrBuilder getConditionOrBuilder().substrait.Expression condition = 3; -
hasAdvancedExtension
boolean hasAdvancedExtension().substrait.extensions.AdvancedExtension advanced_extension = 10;- Returns:
- Whether the advancedExtension field is set.
-
getAdvancedExtension
AdvancedExtension getAdvancedExtension().substrait.extensions.AdvancedExtension advanced_extension = 10;- Returns:
- The advancedExtension.
-
getAdvancedExtensionOrBuilder
AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder().substrait.extensions.AdvancedExtension advanced_extension = 10;
-