io.substrait.proto.AdvancedExtensionOrBuilder 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/extensions/extensions.proto
// Protobuf Java Version: 3.25.5
package io.substrait.proto;
public interface AdvancedExtensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.extensions.AdvancedExtension)
com.google.protobuf.MessageOrBuilder {
/**
*
* An optimization is helpful information that don't influence semantics. May
* be ignored by a consumer.
*
*
* repeated .google.protobuf.Any optimization = 1;
*/
java.util.List
getOptimizationList();
/**
*
* An optimization is helpful information that don't influence semantics. May
* be ignored by a consumer.
*
*
* repeated .google.protobuf.Any optimization = 1;
*/
com.google.protobuf.Any getOptimization(int index);
/**
*
* An optimization is helpful information that don't influence semantics. May
* be ignored by a consumer.
*
*
* repeated .google.protobuf.Any optimization = 1;
*/
int getOptimizationCount();
/**
*
* An optimization is helpful information that don't influence semantics. May
* be ignored by a consumer.
*
*
* repeated .google.protobuf.Any optimization = 1;
*/
java.util.List extends com.google.protobuf.AnyOrBuilder>
getOptimizationOrBuilderList();
/**
*
* An optimization is helpful information that don't influence semantics. May
* be ignored by a consumer.
*
*
* repeated .google.protobuf.Any optimization = 1;
*/
com.google.protobuf.AnyOrBuilder getOptimizationOrBuilder(
int index);
/**
*
* An enhancement alter semantics. Cannot be ignored by a consumer.
*
*
* .google.protobuf.Any enhancement = 2;
* @return Whether the enhancement field is set.
*/
boolean hasEnhancement();
/**
*
* An enhancement alter semantics. Cannot be ignored by a consumer.
*
*
* .google.protobuf.Any enhancement = 2;
* @return The enhancement.
*/
com.google.protobuf.Any getEnhancement();
/**
*
* An enhancement alter semantics. Cannot be ignored by a consumer.
*
*
* .google.protobuf.Any enhancement = 2;
*/
com.google.protobuf.AnyOrBuilder getEnhancementOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy