Package io.substrait.proto
Interface Expression.EnumOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Enum,Expression.Enum.Builder
- Enclosing class:
- Expression
@Deprecated
public static interface Expression.EnumOrBuilder
extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.string specified = 1;com.google.protobuf.ByteStringDeprecated.string specified = 1;Deprecated..substrait.Expression.Enum.Empty unspecified = 2;Deprecated..substrait.Expression.Enum.Empty unspecified = 2;booleanDeprecated.string specified = 1;booleanDeprecated..substrait.Expression.Enum.Empty unspecified = 2;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
-
hasSpecified
boolean hasSpecified()Deprecated.string specified = 1;- Returns:
- Whether the specified field is set.
-
getSpecified
String getSpecified()Deprecated.string specified = 1;- Returns:
- The specified.
-
getSpecifiedBytes
com.google.protobuf.ByteString getSpecifiedBytes()Deprecated.string specified = 1;- Returns:
- The bytes for specified.
-
hasUnspecified
boolean hasUnspecified()Deprecated..substrait.Expression.Enum.Empty unspecified = 2;- Returns:
- Whether the unspecified field is set.
-
getUnspecified
Expression.Enum.Empty getUnspecified()Deprecated..substrait.Expression.Enum.Empty unspecified = 2;- Returns:
- The unspecified.
-
getUnspecifiedOrBuilder
Expression.Enum.EmptyOrBuilder getUnspecifiedOrBuilder()Deprecated..substrait.Expression.Enum.Empty unspecified = 2; -
getEnumKindCase
Expression.Enum.EnumKindCase getEnumKindCase()Deprecated.
-