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

io.substrait.proto.JoinRelOrBuilder 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 JoinRelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.JoinRel)
    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();

  /**
   * .substrait.Expression expression = 4;
   * @return Whether the expression field is set.
   */
  boolean hasExpression();
  /**
   * .substrait.Expression expression = 4;
   * @return The expression.
   */
  io.substrait.proto.Expression getExpression();
  /**
   * .substrait.Expression expression = 4;
   */
  io.substrait.proto.ExpressionOrBuilder getExpressionOrBuilder();

  /**
   * .substrait.Expression post_join_filter = 5;
   * @return Whether the postJoinFilter field is set.
   */
  boolean hasPostJoinFilter();
  /**
   * .substrait.Expression post_join_filter = 5;
   * @return The postJoinFilter.
   */
  io.substrait.proto.Expression getPostJoinFilter();
  /**
   * .substrait.Expression post_join_filter = 5;
   */
  io.substrait.proto.ExpressionOrBuilder getPostJoinFilterOrBuilder();

  /**
   * .substrait.JoinRel.JoinType type = 6;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .substrait.JoinRel.JoinType type = 6;
   * @return The type.
   */
  io.substrait.proto.JoinRel.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