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

io.substrait.proto.SimpleExtensionURIOrBuilder 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 SimpleExtensionURIOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.extensions.SimpleExtensionURI)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A surrogate key used in the context of a single plan used to reference the
   * URI associated with an extension.
   * 
* * uint32 extension_uri_anchor = 1; * @return The extensionUriAnchor. */ int getExtensionUriAnchor(); /** *
   * The URI where this extension YAML can be retrieved. This is the "namespace"
   * of this extension.
   * 
* * string uri = 2; * @return The uri. */ java.lang.String getUri(); /** *
   * The URI where this extension YAML can be retrieved. This is the "namespace"
   * of this extension.
   * 
* * string uri = 2; * @return The bytes for uri. */ com.google.protobuf.ByteString getUriBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy