| Modifier and Type | Field and Description |
|---|---|
(package private) DruidSchema |
DruidTable.schema |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Table |
DruidTable.create(DruidSchema druidSchema,
String dataSourceName,
List<org.joda.time.Interval> intervals,
Map<String,SqlTypeName> fieldMap,
Set<String> metricNameSet,
String timestampColumnName,
DruidConnectionImpl connection)
Creates a
DruidTable |
| Constructor and Description |
|---|
DruidTable(DruidSchema schema,
String dataSource,
RelProtoDataType protoRowType,
Set<String> metricFieldNames,
String timestampFieldName,
List<org.joda.time.Interval> intervals)
Creates a Druid table.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.