Package io.substrait.proto
Interface PlanVersionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanVersion,PlanVersion.Builder
public interface PlanVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Version version = 6;.substrait.Version version = 6;boolean.substrait.Version version = 6;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
-
hasVersion
boolean hasVersion().substrait.Version version = 6;- Returns:
- Whether the version field is set.
-
getVersion
Version getVersion().substrait.Version version = 6;- Returns:
- The version.
-
getVersionOrBuilder
VersionOrBuilder getVersionOrBuilder().substrait.Version version = 6;
-