Uses of Class
org.apache.druid.segment.transform.CompactionTransformSpec
Packages that use CompactionTransformSpec
-
Uses of CompactionTransformSpec in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform that return CompactionTransformSpecModifier and TypeMethodDescriptionstatic CompactionTransformSpecCompactionTransformSpec.of(TransformSpec transformSpec) -
Uses of CompactionTransformSpec in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return CompactionTransformSpecMethods in org.apache.druid.timeline with parameters of type CompactionTransformSpecModifier and TypeMethodDescriptionstatic Function<Set<DataSegment>, Set<DataSegment>> CompactionState.addCompactionStateToSegments(PartitionsSpec partitionsSpec, DimensionsSpec dimensionsSpec, List<AggregatorFactory> metricsSpec, CompactionTransformSpec transformSpec, IndexSpec indexSpec, GranularitySpec granularitySpec, List<AggregateProjectionSpec> projections) Constructors in org.apache.druid.timeline with parameters of type CompactionTransformSpecModifierConstructorDescriptionCompactionState(PartitionsSpec partitionsSpec, DimensionsSpec dimensionsSpec, List<AggregatorFactory> metricsSpec, CompactionTransformSpec transformSpec, IndexSpec indexSpec, GranularitySpec granularitySpec, List<AggregateProjectionSpec> projections)