Uses of Class
org.apache.drill.exec.proto.BitControl.PlanFragment
Packages that use BitControl.PlanFragment
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of BitControl.PlanFragment in org.apache.drill.exec.client
Method parameters in org.apache.drill.exec.client with type arguments of type BitControl.PlanFragmentModifier and TypeMethodDescriptionvoidDrillClient.runQuery(UserBitShared.QueryType type, List<BitControl.PlanFragment> planFragments, UserResultsListener resultsListener) Run query based on list of fragments that were supposedly produced during query planning phase. -
Uses of BitControl.PlanFragment in org.apache.drill.exec.ops
Constructors in org.apache.drill.exec.ops with parameters of type BitControl.PlanFragmentModifierConstructorDescriptionFragmentContextImpl(DrillbitContext dbContext, BitControl.PlanFragment fragment, FunctionImplementationRegistry funcRegistry) Create a FragmentContext instance for non-root fragment.FragmentContextImpl(DrillbitContext dbContext, BitControl.PlanFragment fragment, QueryContext queryContext, UserClientConnection connection, FunctionImplementationRegistry funcRegistry) Create a FragmentContext instance for root fragment.FragmentContextImpl(DrillbitContext dbContext, BitControl.PlanFragment fragment, UserClientConnection connection, FunctionImplementationRegistry funcRegistry) TODO: Remove this constructor when removing the SimpleRootExec (DRILL-2097). -
Uses of BitControl.PlanFragment in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.PlanFragmentModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.PlanFragment> BitControl.PlanFragment.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitControl.PlanFragmentModifier and TypeMethodDescriptionBitControl.PlanFragment.Builder.build()BitControl.PlanFragment.Builder.buildPartial()static BitControl.PlanFragmentBitControl.PlanFragment.getDefaultInstance()BitControl.PlanFragment.Builder.getDefaultInstanceForType()BitControl.PlanFragment.getDefaultInstanceForType()BitControl.InitializeFragments.Builder.getFragment(int index) repeated .exec.bit.control.PlanFragment fragment = 1;BitControl.InitializeFragments.getFragment(int index) repeated .exec.bit.control.PlanFragment fragment = 1;BitControl.InitializeFragmentsOrBuilder.getFragment(int index) repeated .exec.bit.control.PlanFragment fragment = 1;UserProtos.QueryPlanFragments.Builder.getFragments(int index) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.getFragments(int index) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragmentsOrBuilder.getFragments(int index) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.RunQuery.Builder.getFragments(int index) Input for query type EXECUTION.UserProtos.RunQuery.getFragments(int index) Input for query type EXECUTION.UserProtos.RunQueryOrBuilder.getFragments(int index) Input for query type EXECUTION.SchemaBitControl.PlanFragment.MessageSchema.newMessage()static BitControl.PlanFragmentBitControl.PlanFragment.parseDelimitedFrom(InputStream input) static BitControl.PlanFragmentBitControl.PlanFragment.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(byte[] data) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(com.google.protobuf.ByteString data) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(com.google.protobuf.CodedInputStream input) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(InputStream input) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(ByteBuffer data) static BitControl.PlanFragmentBitControl.PlanFragment.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.PlanFragmentModifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.getFragmentList()repeated .exec.bit.control.PlanFragment fragment = 1;BitControl.InitializeFragments.getFragmentList()repeated .exec.bit.control.PlanFragment fragment = 1;BitControl.InitializeFragmentsOrBuilder.getFragmentList()repeated .exec.bit.control.PlanFragment fragment = 1;UserProtos.QueryPlanFragments.Builder.getFragmentsList()repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.getFragmentsList()repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragmentsOrBuilder.getFragmentsList()repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.RunQuery.Builder.getFragmentsList()Input for query type EXECUTION.UserProtos.RunQuery.getFragmentsList()Input for query type EXECUTION.UserProtos.RunQueryOrBuilder.getFragmentsList()Input for query type EXECUTION.com.google.protobuf.Parser<BitControl.PlanFragment> BitControl.PlanFragment.getParserForType()static com.google.protobuf.Parser<BitControl.PlanFragment> BitControl.PlanFragment.parser()SchemaBitControl.PlanFragment.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type BitControl.PlanFragmentModifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.addFragment(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragment = 1;BitControl.InitializeFragments.Builder.addFragment(BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragment = 1;UserProtos.QueryPlanFragments.Builder.addFragments(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.QueryPlanFragments.Builder.addFragments(BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.RunQuery.Builder.addFragments(int index, BitControl.PlanFragment value) Input for query type EXECUTION.UserProtos.RunQuery.Builder.addFragments(BitControl.PlanFragment value) Input for query type EXECUTION.booleanSchemaBitControl.PlanFragment.MessageSchema.isInitialized(BitControl.PlanFragment message) BitControl.PlanFragment.Builder.mergeFrom(BitControl.PlanFragment other) voidSchemaBitControl.PlanFragment.MessageSchema.mergeFrom(io.protostuff.Input input, BitControl.PlanFragment message) BitControl.PlanFragment.newBuilder(BitControl.PlanFragment prototype) BitControl.InitializeFragments.Builder.setFragment(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragment = 1;UserProtos.QueryPlanFragments.Builder.setFragments(int index, BitControl.PlanFragment value) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.RunQuery.Builder.setFragments(int index, BitControl.PlanFragment value) Input for query type EXECUTION.voidSchemaBitControl.PlanFragment.MessageSchema.writeTo(io.protostuff.Output output, BitControl.PlanFragment message) Method parameters in org.apache.drill.exec.proto with type arguments of type BitControl.PlanFragmentModifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.addAllFragment(Iterable<? extends BitControl.PlanFragment> values) repeated .exec.bit.control.PlanFragment fragment = 1;UserProtos.QueryPlanFragments.Builder.addAllFragments(Iterable<? extends BitControl.PlanFragment> values) repeated .exec.bit.control.PlanFragment fragments = 3;UserProtos.RunQuery.Builder.addAllFragments(Iterable<? extends BitControl.PlanFragment> values) Input for query type EXECUTION. -
Uses of BitControl.PlanFragment in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work that return BitControl.PlanFragmentModifier and TypeMethodDescriptionQueryWorkUnit.MinorFragmentDefn.applyPlan(PhysicalPlanReader reader) QueryWorkUnit.MinorFragmentDefn.fragment()QueryWorkUnit.getRootFragment()Methods in org.apache.drill.exec.work that return types with arguments of type BitControl.PlanFragmentConstructors in org.apache.drill.exec.work with parameters of type BitControl.PlanFragmentModifierConstructorDescriptionMinorFragmentDefn(BitControl.PlanFragment fragment, FragmentRoot root, OptionList options) -
Uses of BitControl.PlanFragment in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type BitControl.PlanFragmentModifier and TypeMethodDescriptionvoidControlMessageHandler.startNewFragment(BitControl.PlanFragment fragment, DrillbitContext drillbitContext) Start a new fragment on this node.Constructors in org.apache.drill.exec.work.batch with parameters of type BitControl.PlanFragmentModifierConstructorDescriptionIncomingBuffers(BitControl.PlanFragment fragment, FragmentContext context) -
Uses of BitControl.PlanFragment in org.apache.drill.exec.work.foreman
Methods in org.apache.drill.exec.work.foreman with parameters of type BitControl.PlanFragmentModifier and TypeMethodDescriptionvoidFragmentsRunner.setFragmentsInfo(List<BitControl.PlanFragment> planFragments, BitControl.PlanFragment rootPlanFragment, FragmentRoot rootOperator) Method parameters in org.apache.drill.exec.work.foreman with type arguments of type BitControl.PlanFragmentModifier and TypeMethodDescriptionvoidFragmentsRunner.setFragmentsInfo(List<BitControl.PlanFragment> planFragments, BitControl.PlanFragment rootPlanFragment, FragmentRoot rootOperator) -
Uses of BitControl.PlanFragment in org.apache.drill.exec.work.fragment
Constructors in org.apache.drill.exec.work.fragment with parameters of type BitControl.PlanFragmentModifierConstructorDescriptionAbstractFragmentManager(BitControl.PlanFragment fragment, FragmentExecutor executor, FragmentStatusReporter statusReporter) AbstractFragmentManager(BitControl.PlanFragment fragment, FragmentExecutor executor, FragmentStatusReporter statusReporter, FragmentRoot rootOperator) FragmentExecutor(ExecutorFragmentContext context, BitControl.PlanFragment fragment, FragmentStatusReporter statusReporter) Create a FragmentExecutor where we need to parse and materialize the root operator.FragmentExecutor(ExecutorFragmentContext context, BitControl.PlanFragment fragment, FragmentStatusReporter statusReporter, FragmentRoot rootOperator) Create a FragmentExecutor where we already have a root operator in memory.NonRootFragmentManager(BitControl.PlanFragment fragment, FragmentExecutor fragmentExecutor, FragmentStatusReporter statusReporter) RootFragmentManager(BitControl.PlanFragment fragment, FragmentExecutor fragmentExecutor, FragmentStatusReporter statusReporter)