Interface QueryMaker

All Known Implementing Classes:
NativeQueryMaker

public interface QueryMaker
Interface for executing Druid queries. Each one is created by a SqlEngine and is tied to a specific SQL query.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Marks that the QueryMaker supports executing DruidLogicalNode-s.
  • Method Summary

    Modifier and Type
    Method
    Description
    runQuery(DruidQuery druidQuery)
    Executes a given Druid query, which is expected to correspond to the SQL query that this QueryMaker was originally created for.