Package org.apache.drill.exec.proto
Interface UserProtos.PreparedStatementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.PreparedStatement
,UserProtos.PreparedStatement.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.PreparedStatementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns
(int index) repeated .exec.user.ResultColumnMetadata columns = 1;
int
repeated .exec.user.ResultColumnMetadata columns = 1;
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumnsOrBuilder
(int index) repeated .exec.user.ResultColumnMetadata columns = 1;
List<? extends UserProtos.ResultColumnMetadataOrBuilder>
repeated .exec.user.ResultColumnMetadata columns = 1;
In order to execute the prepared statement, clients need to submit this object in RunQuery message.In order to execute the prepared statement, clients need to submit this object in RunQuery message.boolean
In order to execute the prepared statement, clients need to submit this object in RunQuery message.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnsList
List<UserProtos.ResultColumnMetadata> getColumnsList()repeated .exec.user.ResultColumnMetadata columns = 1;
-
getColumns
repeated .exec.user.ResultColumnMetadata columns = 1;
-
getColumnsCount
int getColumnsCount()repeated .exec.user.ResultColumnMetadata columns = 1;
-
getColumnsOrBuilderList
List<? extends UserProtos.ResultColumnMetadataOrBuilder> getColumnsOrBuilderList()repeated .exec.user.ResultColumnMetadata columns = 1;
-
getColumnsOrBuilder
repeated .exec.user.ResultColumnMetadata columns = 1;
-
hasServerHandle
boolean hasServerHandle()In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
- Returns:
- Whether the serverHandle field is set.
-
getServerHandle
UserProtos.PreparedStatementHandle getServerHandle()In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
- Returns:
- The serverHandle.
-
getServerHandleOrBuilder
UserProtos.PreparedStatementHandleOrBuilder getServerHandleOrBuilder()In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
-