Package io.substrait.proto
Interface NestedLoopJoinRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NestedLoopJoinRel,NestedLoopJoinRel.Builder
public interface NestedLoopJoinRelOrBuilder
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;optional, defaults to true (a cartesian join)optional, defaults to true (a cartesian join)getLeft().substrait.Rel left = 2;.substrait.Rel left = 2;getRight().substrait.Rel right = 3;.substrait.Rel right = 3;getType().substrait.NestedLoopJoinRel.JoinType type = 5;int.substrait.NestedLoopJoinRel.JoinType type = 5;boolean.substrait.extensions.AdvancedExtension advanced_extension = 10;boolean.substrait.RelCommon common = 1;booleanoptional, defaults to true (a cartesian join)booleanhasLeft().substrait.Rel left = 2;booleanhasRight().substrait.Rel right = 3;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; -
hasLeft
boolean hasLeft().substrait.Rel left = 2;- Returns:
- Whether the left field is set.
-
getLeft
Rel getLeft().substrait.Rel left = 2;- Returns:
- The left.
-
getLeftOrBuilder
RelOrBuilder getLeftOrBuilder().substrait.Rel left = 2; -
hasRight
boolean hasRight().substrait.Rel right = 3;- Returns:
- Whether the right field is set.
-
getRight
Rel getRight().substrait.Rel right = 3;- Returns:
- The right.
-
getRightOrBuilder
RelOrBuilder getRightOrBuilder().substrait.Rel right = 3; -
hasExpression
boolean hasExpression()optional, defaults to true (a cartesian join)
.substrait.Expression expression = 4;- Returns:
- Whether the expression field is set.
-
getExpression
Expression getExpression()optional, defaults to true (a cartesian join)
.substrait.Expression expression = 4;- Returns:
- The expression.
-
getExpressionOrBuilder
ExpressionOrBuilder getExpressionOrBuilder()optional, defaults to true (a cartesian join)
.substrait.Expression expression = 4; -
getTypeValue
int getTypeValue().substrait.NestedLoopJoinRel.JoinType type = 5;- Returns:
- The enum numeric value on the wire for type.
-
getType
NestedLoopJoinRel.JoinType getType().substrait.NestedLoopJoinRel.JoinType type = 5;- Returns:
- The type.
-
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;
-