public static interface FlightSql.SubstraitPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getPlan()
The serialized substrait.Plan to create a prepared statement for.
|
String |
getVersion()
The Substrait release, e.g.
|
com.google.protobuf.ByteString |
getVersionBytes()
The Substrait release, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPlan()
The serialized substrait.Plan to create a prepared statement for. XXX(ARROW-16902): this is bytes instead of an embedded message because Protobuf does not really support one DLL using Protobuf definitions from another DLL.
bytes plan = 1;
String getVersion()
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;
com.google.protobuf.ByteString getVersionBytes()
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;
Copyright © 2023 The Apache Software Foundation. All rights reserved.