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 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

      .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;