Package io.substrait.proto
Interface SimpleExtensionDeclaration.ExtensionTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimpleExtensionDeclaration.ExtensionType,SimpleExtensionDeclaration.ExtensionType.Builder
- Enclosing class:
- SimpleExtensionDeclaration
public static interface SimpleExtensionDeclaration.ExtensionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintreferences the extension_urn_anchor defined for a specific extension URN.getName()the name of the type in the defined extension YAML.com.google.protobuf.ByteStringthe name of the type in the defined extension YAML.intA surrogate key used in the context of a single plan to reference a specific extension type.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
-
getExtensionUrnReference
int getExtensionUrnReference()references the extension_urn_anchor defined for a specific extension URN.
uint32 extension_urn_reference = 4;- Returns:
- The extensionUrnReference.
-
getTypeAnchor
int getTypeAnchor()A surrogate key used in the context of a single plan to reference a specific extension type. 0 is a valid anchor/reference, but prefer non-zero values for ergonomics.
uint32 type_anchor = 2;- Returns:
- The typeAnchor.
-
getName
String getName()the name of the type in the defined extension YAML.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()the name of the type in the defined extension YAML.
string name = 3;- Returns:
- The bytes for name.
-