Package io.substrait.proto
Interface FunctionSignature.DescriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionSignature.Description,FunctionSignature.Description.Builder
- Enclosing class:
- FunctionSignature
public static interface FunctionSignature.DescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()string body = 2;com.google.protobuf.ByteStringstring body = 2;string language = 1;com.google.protobuf.ByteStringstring language = 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
-
getLanguage
String getLanguage()string language = 1;- Returns:
- The language.
-
getLanguageBytes
com.google.protobuf.ByteString getLanguageBytes()string language = 1;- Returns:
- The bytes for language.
-
getBody
String getBody()string body = 2;- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()string body = 2;- Returns:
- The bytes for body.
-