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