io.substrait.proto.CrossRelOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Create a well-defined, cross-language specification for data compute operations
// 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 CrossRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.CrossRel)
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.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