Uses of Class
org.apache.druid.segment.incremental.IncrementalIndexSchema.Builder
Packages that use IncrementalIndexSchema.Builder
-
Uses of IncrementalIndexSchema.Builder in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return IncrementalIndexSchema.BuilderModifier and TypeMethodDescriptionIncrementalIndexSchema.builder()IncrementalIndexSchema.Builder.withDimensionsSpec(DimensionsSpec dimensionsSpec) IncrementalIndexSchema.Builder.withDimensionsSpec(InputRowParser parser) Deprecated.IncrementalIndexSchema.Builder.withMetrics(AggregatorFactory... metrics) IncrementalIndexSchema.Builder.withMinTimestamp(long minTimestamp) IncrementalIndexSchema.Builder.withProjections(List<AggregateProjectionSpec> projections) IncrementalIndexSchema.Builder.withQueryGranularity(Granularity gran) IncrementalIndexSchema.Builder.withRollup(boolean rollup) IncrementalIndexSchema.Builder.withTimestampSpec(TimestampSpec timestampSpec) IncrementalIndexSchema.Builder.withVirtualColumns(VirtualColumns virtualColumns)