Class CompactionTransformSpec

java.lang.Object
org.apache.druid.segment.transform.CompactionTransformSpec

public class CompactionTransformSpec extends Object
Spec containing transform configs for Compaction Task. This class mimics JSON field names for fields supported in compaction task with the corresponding fields in TransformSpec, but omits actual transforms since compaction may only apply filtering transforms. This is done for end-user ease of use. Basically, end-user will use the same syntax / JSON structure to set transform configs for Compaction task as they would for any other ingestion task.