Package io.substrait.proto
Interface SimpleExtensionURIOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimpleExtensionURI,SimpleExtensionURI.Builder
public interface SimpleExtensionURIOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintA surrogate key used in the context of a single plan used to reference the URI associated with an extension.getUri()The URI where this extension YAML can be retrieved.com.google.protobuf.ByteStringThe URI where this extension YAML can be retrieved.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExtensionUriAnchor
int getExtensionUriAnchor()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;- Returns:
- The extensionUriAnchor.
-
getUri
String getUri()The URI where this extension YAML can be retrieved. This is the "namespace" of this extension.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()The URI where this extension YAML can be retrieved. This is the "namespace" of this extension.
string uri = 2;- Returns:
- The bytes for uri.
-