io.substrait.proto.ExtensionLeafRelOrBuilder 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 ExtensionLeafRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.ExtensionLeafRel)
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();
/**
* .google.protobuf.Any detail = 2;
* @return Whether the detail field is set.
*/
boolean hasDetail();
/**
* .google.protobuf.Any detail = 2;
* @return The detail.
*/
com.google.protobuf.Any getDetail();
/**
* .google.protobuf.Any detail = 2;
*/
com.google.protobuf.AnyOrBuilder getDetailOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy