Package | Description |
---|---|
org.apache.druid.query.metadata | |
org.apache.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,
org.apache.druid.data.input.impl.TimestampSpec timestampSpec,
Granularity queryGranularity,
Boolean rollup) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.