io.substrait.proto.ExpandRelOrBuilder 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 ExpandRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.ExpandRel)
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 input = 2;
* @return Whether the input field is set.
*/
boolean hasInput();
/**
* .substrait.Rel input = 2;
* @return The input.
*/
io.substrait.proto.Rel getInput();
/**
* .substrait.Rel input = 2;
*/
io.substrait.proto.RelOrBuilder getInputOrBuilder();
/**
*
* There should be one definition here for each input field. Any fields beyond the provided
* definitions will be emitted as is (as if a consistent_field record with an identity
* expression was provided).
*
*
* repeated .substrait.ExpandRel.ExpandField fields = 4;
*/
java.util.List
getFieldsList();
/**
*
* There should be one definition here for each input field. Any fields beyond the provided
* definitions will be emitted as is (as if a consistent_field record with an identity
* expression was provided).
*
*
* repeated .substrait.ExpandRel.ExpandField fields = 4;
*/
io.substrait.proto.ExpandRel.ExpandField getFields(int index);
/**
*
* There should be one definition here for each input field. Any fields beyond the provided
* definitions will be emitted as is (as if a consistent_field record with an identity
* expression was provided).
*
*
* repeated .substrait.ExpandRel.ExpandField fields = 4;
*/
int getFieldsCount();
/**
*
* There should be one definition here for each input field. Any fields beyond the provided
* definitions will be emitted as is (as if a consistent_field record with an identity
* expression was provided).
*
*
* repeated .substrait.ExpandRel.ExpandField fields = 4;
*/
java.util.List extends io.substrait.proto.ExpandRel.ExpandFieldOrBuilder>
getFieldsOrBuilderList();
/**
*
* There should be one definition here for each input field. Any fields beyond the provided
* definitions will be emitted as is (as if a consistent_field record with an identity
* expression was provided).
*
*
* repeated .substrait.ExpandRel.ExpandField fields = 4;
*/
io.substrait.proto.ExpandRel.ExpandFieldOrBuilder getFieldsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy