Class NestedCommonFormatColumnFormatSpec

java.lang.Object
org.apache.druid.segment.nested.NestedCommonFormatColumnFormatSpec
Direct Known Subclasses:
NestedCommonFormatColumnPartSerde.FormatSpec

public class NestedCommonFormatColumnFormatSpec extends Object
Defines storage format for 'auto' and json columns. This can be convered into the 'effective' format spec by calling
invalid reference
#getEffectiveSpec(IndexSpec)
, which will fill in any values which were not specified from IndexSpec.getAutoColumnFormatSpec(), falling back to hard-coded defaults, useful when generating segments or comparing compaction state.