public class DruidTableFactory extends Object implements TableFactory
TableFactory for Druid.
A table corresponds to what Druid calls a "data source".
| Modifier and Type | Field and Description |
|---|---|
static DruidTableFactory |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
DruidTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
Table |
create(SchemaPlus schema,
String name,
Map operand,
RelDataType rowType) |
public static final DruidTableFactory INSTANCE
public Table create(SchemaPlus schema, String name, Map operand, RelDataType rowType)
create in interface TableFactoryCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.