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

public static class ScreenCreator.ScreenRoot extends BaseRootExec
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.