public class ImplCreator extends Object
| Modifier and Type | Method and Description |
|---|---|
static RootExec |
getExec(ExecutorFragmentContext context,
FragmentRoot root)
Create and return fragment RootExec for given FragmentRoot.
|
RecordBatch |
getRecordBatch(PhysicalOperator op,
ExecutorFragmentContext context)
Create a RecordBatch and its children for given PhysicalOperator
|
public static RootExec getExec(ExecutorFragmentContext context, FragmentRoot root) throws ExecutionSetupException
context - FragmentContext.root - FragmentRoot.ExecutionSetupExceptionpublic RecordBatch getRecordBatch(PhysicalOperator op, ExecutorFragmentContext context) throws ExecutionSetupException
ExecutionSetupExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.