Class QueryRunner

java.lang.Object
org.apache.drill.exec.server.rest.BaseQueryRunner
org.apache.drill.exec.server.rest.stream.QueryRunner

public class QueryRunner extends BaseQueryRunner
Query runner for streaming JSON results. This version is backward-compatible with pre-Drill 1.19 JSON queries.
  • Constructor Details

  • Method Details

    • start

      public void start(QueryWrapper query) throws org.apache.calcite.tools.ValidationException
      Throws:
      org.apache.calcite.tools.ValidationException
    • sendResults

      public void sendResults(OutputStream output) throws Exception
      Throws:
      Exception