All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.substrait.proto.NestedLoopJoinRelOrBuilder Maven / Gradle / Ivy

Go to download

Create a well-defined, cross-language specification for data compute operations

There is a newer version: 0.46.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: substrait/algebra.proto

// Protobuf Java Version: 3.25.5
package io.substrait.proto;

public interface NestedLoopJoinRelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.NestedLoopJoinRel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .substrait.RelCommon common = 1;
   * @return Whether the common field is set.
   */
  boolean hasCommon();
  /**
   * .substrait.RelCommon common = 1;
   * @return The common.
   */
  io.substrait.proto.RelCommon getCommon();
  /**
   * .substrait.RelCommon common = 1;
   */
  io.substrait.proto.RelCommonOrBuilder getCommonOrBuilder();

  /**
   * .substrait.Rel left = 2;
   * @return Whether the left field is set.
   */
  boolean hasLeft();
  /**
   * .substrait.Rel left = 2;
   * @return The left.
   */
  io.substrait.proto.Rel getLeft();
  /**
   * .substrait.Rel left = 2;
   */
  io.substrait.proto.RelOrBuilder getLeftOrBuilder();

  /**
   * .substrait.Rel right = 3;
   * @return Whether the right field is set.
   */
  boolean hasRight();
  /**
   * .substrait.Rel right = 3;
   * @return The right.
   */
  io.substrait.proto.Rel getRight();
  /**
   * .substrait.Rel right = 3;
   */
  io.substrait.proto.RelOrBuilder getRightOrBuilder();

  /**
   * 
   * optional, defaults to true (a cartesian join)
   * 
* * .substrait.Expression expression = 4; * @return Whether the expression field is set. */ boolean hasExpression(); /** *
   * optional, defaults to true (a cartesian join)
   * 
* * .substrait.Expression expression = 4; * @return The expression. */ io.substrait.proto.Expression getExpression(); /** *
   * optional, defaults to true (a cartesian join)
   * 
* * .substrait.Expression expression = 4; */ io.substrait.proto.ExpressionOrBuilder getExpressionOrBuilder(); /** * .substrait.NestedLoopJoinRel.JoinType type = 5; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** * .substrait.NestedLoopJoinRel.JoinType type = 5; * @return The type. */ io.substrait.proto.NestedLoopJoinRel.JoinType getType(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; * @return Whether the advancedExtension field is set. */ boolean hasAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; * @return The advancedExtension. */ io.substrait.proto.AdvancedExtension getAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; */ io.substrait.proto.AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy