Package io.substrait.proto
Interface Capabilities.SimpleExtensionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Capabilities.SimpleExtension,Capabilities.SimpleExtension.Builder
- Enclosing class:
- Capabilities
public static interface Capabilities.SimpleExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFunctionKeys(int index) repeated string function_keys = 2;com.google.protobuf.ByteStringgetFunctionKeysBytes(int index) repeated string function_keys = 2;intrepeated string function_keys = 2;repeated string function_keys = 2;getTypeKeys(int index) repeated string type_keys = 3;com.google.protobuf.ByteStringgetTypeKeysBytes(int index) repeated string type_keys = 3;intrepeated string type_keys = 3;repeated string type_keys = 3;getTypeVariationKeys(int index) repeated string type_variation_keys = 4;com.google.protobuf.ByteStringgetTypeVariationKeysBytes(int index) repeated string type_variation_keys = 4;intrepeated string type_variation_keys = 4;repeated string type_variation_keys = 4;getUri()string uri = 1;com.google.protobuf.ByteStringstring uri = 1;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
-
getUri
String getUri()string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 1;- Returns:
- The bytes for uri.
-
getFunctionKeysList
repeated string function_keys = 2;- Returns:
- A list containing the functionKeys.
-
getFunctionKeysCount
int getFunctionKeysCount()repeated string function_keys = 2;- Returns:
- The count of functionKeys.
-
getFunctionKeys
repeated string function_keys = 2;- Parameters:
index- The index of the element to return.- Returns:
- The functionKeys at the given index.
-
getFunctionKeysBytes
com.google.protobuf.ByteString getFunctionKeysBytes(int index) repeated string function_keys = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the functionKeys at the given index.
-
getTypeKeysList
repeated string type_keys = 3;- Returns:
- A list containing the typeKeys.
-
getTypeKeysCount
int getTypeKeysCount()repeated string type_keys = 3;- Returns:
- The count of typeKeys.
-
getTypeKeys
repeated string type_keys = 3;- Parameters:
index- The index of the element to return.- Returns:
- The typeKeys at the given index.
-
getTypeKeysBytes
com.google.protobuf.ByteString getTypeKeysBytes(int index) repeated string type_keys = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the typeKeys at the given index.
-
getTypeVariationKeysList
repeated string type_variation_keys = 4;- Returns:
- A list containing the typeVariationKeys.
-
getTypeVariationKeysCount
int getTypeVariationKeysCount()repeated string type_variation_keys = 4;- Returns:
- The count of typeVariationKeys.
-
getTypeVariationKeys
repeated string type_variation_keys = 4;- Parameters:
index- The index of the element to return.- Returns:
- The typeVariationKeys at the given index.
-
getTypeVariationKeysBytes
com.google.protobuf.ByteString getTypeVariationKeysBytes(int index) repeated string type_variation_keys = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the typeVariationKeys at the given index.
-