Class QueryDataPackage.EmptyResultsPackage
java.lang.Object
org.apache.drill.exec.physical.impl.materialize.QueryDataPackage.EmptyResultsPackage
- All Implemented Interfaces:
QueryDataPackage
- Enclosing interface:
- QueryDataPackage
Package that contains only a query ID. Send for a query that
finishes with no data. The results are null: no data, no schema.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.exec.physical.impl.materialize.QueryDataPackage
QueryDataPackage.DataPackage, QueryDataPackage.EmptyResultsPackage
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
queryId
- Specified by:
queryId
in interfaceQueryDataPackage
-
toWritableBatch
Creates a message that sends only the query ID to the client.- Specified by:
toWritableBatch
in interfaceQueryDataPackage
-
batch
- Specified by:
batch
in interfaceQueryDataPackage
-
fields
- Specified by:
fields
in interfaceQueryDataPackage
-