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

io.substrait.proto.PlanRelOrBuilder 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/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