| Package | Description |
|---|---|
| org.apache.drill.exec.proto | |
| org.apache.drill.exec.rpc.user | |
| org.apache.drill.exec.work.user |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments> |
UserProtos.GetQueryPlanFragments.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.Builder.build() |
UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.Builder.buildPartial() |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.getDefaultInstance() |
UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.getDefaultInstanceForType() |
UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.Builder.getDefaultInstanceForType() |
UserProtos.GetQueryPlanFragments |
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.newMessage() |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseDelimitedFrom(InputStream input) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(byte[] data) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(ByteBuffer data) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(InputStream input) |
static UserProtos.GetQueryPlanFragments |
UserProtos.GetQueryPlanFragments.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments> |
UserProtos.GetQueryPlanFragments.getParserForType() |
static com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments> |
UserProtos.GetQueryPlanFragments.parser() |
Class<UserProtos.GetQueryPlanFragments> |
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.isInitialized(UserProtos.GetQueryPlanFragments message) |
void |
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.mergeFrom(io.protostuff.Input input,
UserProtos.GetQueryPlanFragments message) |
UserProtos.GetQueryPlanFragments.Builder |
UserProtos.GetQueryPlanFragments.Builder.mergeFrom(UserProtos.GetQueryPlanFragments other) |
static UserProtos.GetQueryPlanFragments.Builder |
UserProtos.GetQueryPlanFragments.newBuilder(UserProtos.GetQueryPlanFragments prototype) |
void |
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.writeTo(io.protostuff.Output output,
UserProtos.GetQueryPlanFragments message) |
| Modifier and Type | Method and Description |
|---|---|
DrillRpcFuture<UserProtos.QueryPlanFragments> |
UserClient.planQuery(UserProtos.GetQueryPlanFragments req)
planQuery is an API to plan a query without query execution
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.QueryPlanFragments |
UserWorker.getQueryPlan(UserClientConnection connection,
UserProtos.GetQueryPlanFragments req) |
UserProtos.QueryPlanFragments |
PlanSplitter.planFragments(DrillbitContext dContext,
UserBitShared.QueryId queryId,
UserProtos.GetQueryPlanFragments req,
UserClientConnection connection)
Method to plan the query and return list of fragments
it will return query plan "as is" or split plans based on the req setting: split_plan
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.