Class QueryRunner
java.lang.Object
org.apache.drill.exec.server.rest.BaseQueryRunner
org.apache.drill.exec.server.rest.stream.QueryRunner
Query runner for streaming JSON results. This version is backward-compatible
with pre-Drill 1.19 JSON queries.
-
Field Summary
Fields inherited from class org.apache.drill.exec.server.rest.BaseQueryRunner
maxRows, queryId, webUserConnection, workManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendResults
(OutputStream output) void
start
(QueryWrapper query) Methods inherited from class org.apache.drill.exec.server.rest.BaseQueryRunner
applyDefaultSchema, applyOptions, applyRowLimit, applyUserName, startQuery
-
Constructor Details
-
QueryRunner
-
-
Method Details
-
start
- Throws:
org.apache.calcite.tools.ValidationException
-
sendResults
- Throws:
Exception
-