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

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

// Protobuf Java Version: 3.25.5
package io.substrait.proto;

public interface ExtensionMultiRelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.ExtensionMultiRel)
    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();

  /**
   * repeated .substrait.Rel inputs = 2;
   */
  java.util.List 
      getInputsList();
  /**
   * repeated .substrait.Rel inputs = 2;
   */
  io.substrait.proto.Rel getInputs(int index);
  /**
   * repeated .substrait.Rel inputs = 2;
   */
  int getInputsCount();
  /**
   * repeated .substrait.Rel inputs = 2;
   */
  java.util.List 
      getInputsOrBuilderList();
  /**
   * repeated .substrait.Rel inputs = 2;
   */
  io.substrait.proto.RelOrBuilder getInputsOrBuilder(
      int index);

  /**
   * .google.protobuf.Any detail = 3;
   * @return Whether the detail field is set.
   */
  boolean hasDetail();
  /**
   * .google.protobuf.Any detail = 3;
   * @return The detail.
   */
  com.google.protobuf.Any getDetail();
  /**
   * .google.protobuf.Any detail = 3;
   */
  com.google.protobuf.AnyOrBuilder getDetailOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy