io.substrait.proto.SetRelOrBuilder 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 SetRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.SetRel)
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();
/**
*
* The first input is the primary input, the remaining are secondary
* inputs. There must be at least two inputs.
*
*
* repeated .substrait.Rel inputs = 2;
*/
java.util.List
getInputsList();
/**
*
* The first input is the primary input, the remaining are secondary
* inputs. There must be at least two inputs.
*
*
* repeated .substrait.Rel inputs = 2;
*/
io.substrait.proto.Rel getInputs(int index);
/**
*
* The first input is the primary input, the remaining are secondary
* inputs. There must be at least two inputs.
*
*
* repeated .substrait.Rel inputs = 2;
*/
int getInputsCount();
/**
*
* The first input is the primary input, the remaining are secondary
* inputs. There must be at least two inputs.
*
*
* repeated .substrait.Rel inputs = 2;
*/
java.util.List extends io.substrait.proto.RelOrBuilder>
getInputsOrBuilderList();
/**
*
* The first input is the primary input, the remaining are secondary
* inputs. There must be at least two inputs.
*
*
* repeated .substrait.Rel inputs = 2;
*/
io.substrait.proto.RelOrBuilder getInputsOrBuilder(
int index);
/**
* .substrait.SetRel.SetOp op = 3;
* @return The enum numeric value on the wire for op.
*/
int getOpValue();
/**
* .substrait.SetRel.SetOp op = 3;
* @return The op.
*/
io.substrait.proto.SetRel.SetOp getOp();
/**
* .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