Class ScreenCreator.ScreenRoot
java.lang.Object
org.apache.drill.exec.physical.impl.BaseRootExec
org.apache.drill.exec.physical.impl.ScreenCreator.ScreenRoot
- All Implemented Interfaces:
AutoCloseable
,RootExec
- Enclosing class:
- ScreenCreator
Transfer batches to a user connection. The user connection is typically a
network connection, but may be internal for a web or REST client. Data is
sent as a "package", allowing the network client to request serialization,
and the internal client to just transfer buffer ownership.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.impl.BaseRootExec
ENABLE_BATCH_DUMP_CONFIG, fragmentContext, oContext, stats
-
Constructor Summary
ConstructorDescriptionScreenRoot
(RootFragmentContext context, RecordBatch incoming, Screen config) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.impl.BaseRootExec
dumpBatches, findLeaf, next, next, receivingFragmentFinished
-
Constructor Details
-
ScreenRoot
-
-
Method Details
-
innerNext
public boolean innerNext()- Specified by:
innerNext
in classBaseRootExec
-
getContext
-
getIncoming
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classBaseRootExec
- Throws:
Exception
-