Package io.substrait.proto
Interface Type.ListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.List,Type.List.Builder
- Enclosing class:
- Type
public static interface Type.ListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasType
boolean hasType().substrait.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
Type getType().substrait.Type type = 1;- Returns:
- The type.
-
getTypeOrBuilder
TypeOrBuilder getTypeOrBuilder().substrait.Type type = 1; -
getTypeVariationReference
int getTypeVariationReference()uint32 type_variation_reference = 2;- Returns:
- The typeVariationReference.
-
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.
-