| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| org.apache.drill.exec.proto | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryDataBatch> |
DrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle)
Execute the given prepared statement and return the results.
|
void |
DrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle,
UserResultsListener resultsListener)
Execute the given prepared statement.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UserProtos.PreparedStatementHandle> |
UserProtos.PreparedStatementHandle.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.Builder.build() |
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.Builder.buildPartial() |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.getDefaultInstance() |
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.getDefaultInstanceForType() |
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.Builder.getDefaultInstanceForType() |
UserProtos.PreparedStatementHandle |
UserProtos.RunQueryOrBuilder.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatementHandle |
UserProtos.RunQuery.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatementHandle |
UserProtos.RunQuery.Builder.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementOrBuilder.getServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatement.getServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatement.Builder.getServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatementHandle |
SchemaUserProtos.PreparedStatementHandle.MessageSchema.newMessage() |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseDelimitedFrom(InputStream input) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(byte[] data) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(ByteBuffer data) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(InputStream input) |
static UserProtos.PreparedStatementHandle |
UserProtos.PreparedStatementHandle.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UserProtos.PreparedStatementHandle> |
UserProtos.PreparedStatementHandle.getParserForType() |
static com.google.protobuf.Parser<UserProtos.PreparedStatementHandle> |
UserProtos.PreparedStatementHandle.parser() |
Class<UserProtos.PreparedStatementHandle> |
SchemaUserProtos.PreparedStatementHandle.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaUserProtos.PreparedStatementHandle.MessageSchema.isInitialized(UserProtos.PreparedStatementHandle message) |
void |
SchemaUserProtos.PreparedStatementHandle.MessageSchema.mergeFrom(io.protostuff.Input input,
UserProtos.PreparedStatementHandle message) |
UserProtos.PreparedStatementHandle.Builder |
UserProtos.PreparedStatementHandle.Builder.mergeFrom(UserProtos.PreparedStatementHandle other) |
UserProtos.RunQuery.Builder |
UserProtos.RunQuery.Builder.mergePreparedStatementHandle(UserProtos.PreparedStatementHandle value)
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
static UserProtos.PreparedStatementHandle.Builder |
UserProtos.PreparedStatementHandle.newBuilder(UserProtos.PreparedStatementHandle prototype) |
UserProtos.RunQuery.Builder |
UserProtos.RunQuery.Builder.setPreparedStatementHandle(UserProtos.PreparedStatementHandle value)
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
void |
SchemaUserProtos.PreparedStatementHandle.MessageSchema.writeTo(io.protostuff.Output output,
UserProtos.PreparedStatementHandle message) |
| Modifier and Type | Method and Description |
|---|---|
TestBuilder |
TestBuilder.preparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle) |
static List<QueryDataBatch> |
BaseTestQuery.testPreparedStatement(UserProtos.PreparedStatementHandle handle) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.