| Package | Description |
|---|---|
| io.druid.query.metadata | |
| io.druid.query.metadata.metadata |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnAnalysis> |
SegmentAnalyzer.analyze(Segment segment) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnAnalysis |
ColumnAnalysis.error(String reason) |
ColumnAnalysis |
ColumnAnalysis.fold(ColumnAnalysis rhs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnAnalysis> |
SegmentAnalysis.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
ColumnAnalysis |
ColumnAnalysis.fold(ColumnAnalysis rhs) |
| Constructor and Description |
|---|
SegmentAnalysis(String id,
List<org.joda.time.Interval> interval,
Map<String,ColumnAnalysis> columns,
long size,
long numRows,
Map<String,AggregatorFactory> aggregators,
io.druid.data.input.impl.TimestampSpec timestampSpec,
QueryGranularity queryGranularity,
Boolean rollup) |
Copyright © 2011–2016. All rights reserved.