| Package | Description |
|---|---|
| org.apache.druid.segment.incremental |
| Modifier and Type | Field and Description |
|---|---|
protected IncrementalIndexSchema |
AppendableIndexBuilder.incrementalIndexSchema |
| Modifier and Type | Method and Description |
|---|---|
IncrementalIndexSchema |
IncrementalIndexSchema.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
AppendableIndexBuilder |
AppendableIndexBuilder.setIndexSchema(IncrementalIndexSchema incrementalIndexSchema) |
| Constructor and Description |
|---|
IncrementalIndex(IncrementalIndexSchema incrementalIndexSchema,
boolean deserializeComplexMetrics,
boolean concurrentEventAdd)
Setting deserializeComplexMetrics to false is necessary for intermediate aggregation such as groupBy that
should not deserialize input columns using ComplexMetricSerde for aggregators that return complex metrics.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.