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

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