Interface | Description |
---|---|
SqlBackedClient |
Allows queries to be executed on a sql backend from a
DruidQuery . |
Class | Description |
---|---|
ApiToFieldMapper |
Maps between logical and physical column names given a table schema.
|
DefaultSqlBackedClient |
Converts druid queries to sql, executes it, and returns a druid like response.
|
DruidQueryToSqlConverter |
Default implementation of converting a
DruidQuery into a sql query. |
SqlAggregationQuery |
Wrapper around an
DruidAggregationQuery which always reports
itself as a DefaultQueryType.GROUP_BY . |
SqlResultSetProcessor |
Process the results from a DruidQuery to a sql backend.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.