io.substrait.proto.PlanRelOrBuilder 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/plan.proto
// Protobuf Java Version: 3.25.5
package io.substrait.proto;
public interface PlanRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.PlanRel)
com.google.protobuf.MessageOrBuilder {
/**
*
* Any relation (used for references and CTEs)
*
*
* .substrait.Rel rel = 1;
* @return Whether the rel field is set.
*/
boolean hasRel();
/**
*
* Any relation (used for references and CTEs)
*
*
* .substrait.Rel rel = 1;
* @return The rel.
*/
io.substrait.proto.Rel getRel();
/**
*
* Any relation (used for references and CTEs)
*
*
* .substrait.Rel rel = 1;
*/
io.substrait.proto.RelOrBuilder getRelOrBuilder();
/**
*
* The root of a relation tree
*
*
* .substrait.RelRoot root = 2;
* @return Whether the root field is set.
*/
boolean hasRoot();
/**
*
* The root of a relation tree
*
*
* .substrait.RelRoot root = 2;
* @return The root.
*/
io.substrait.proto.RelRoot getRoot();
/**
*
* The root of a relation tree
*
*
* .substrait.RelRoot root = 2;
*/
io.substrait.proto.RelRootOrBuilder getRootOrBuilder();
io.substrait.proto.PlanRel.RelTypeCase getRelTypeCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy