Package io.substrait.proto
Interface ParameterizedType.ParameterizedPrecisionTimestampOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParameterizedType.ParameterizedPrecisionTimestamp,ParameterizedType.ParameterizedPrecisionTimestamp.Builder
- Enclosing class:
- ParameterizedType
public static interface ParameterizedType.ParameterizedPrecisionTimestampOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Type.Nullability nullability = 3;int.substrait.Type.Nullability nullability = 3;.substrait.ParameterizedType.IntegerOption precision = 1;.substrait.ParameterizedType.IntegerOption precision = 1;intuint32 variation_pointer = 2;boolean.substrait.ParameterizedType.IntegerOption precision = 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
-
hasPrecision
boolean hasPrecision().substrait.ParameterizedType.IntegerOption precision = 1;- Returns:
- Whether the precision field is set.
-
getPrecision
ParameterizedType.IntegerOption getPrecision().substrait.ParameterizedType.IntegerOption precision = 1;- Returns:
- The precision.
-
getPrecisionOrBuilder
ParameterizedType.IntegerOptionOrBuilder getPrecisionOrBuilder().substrait.ParameterizedType.IntegerOption precision = 1; -
getVariationPointer
int getVariationPointer()uint32 variation_pointer = 2;- Returns:
- The variationPointer.
-
getNullabilityValue
int getNullabilityValue().substrait.Type.Nullability nullability = 3;- Returns:
- The enum numeric value on the wire for nullability.
-
getNullability
Type.Nullability getNullability().substrait.Type.Nullability nullability = 3;- Returns:
- The nullability.
-