| 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,
boolean preserveExistingMetrics,
boolean useMaxMemoryEstimates)
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–2022 The Apache Software Foundation. All rights reserved.