Package org.apache.druid.segment
Class IndexMergerBase.DimensionsSpecInspector
java.lang.Object
org.apache.druid.segment.IndexMergerBase.DimensionsSpecInspector
- Enclosing class:
- IndexMergerBase
-
Method Summary
Modifier and TypeMethodDescriptionprotected booleanshouldStore(String dimension) Returns true if the given dimension should be stored in the segment even when the column has only nulls.
-
Method Details
-
shouldStore
Returns true if the given dimension should be stored in the segment even when the column has only nulls. If it has non-nulls, then the column must be stored.- See Also:
-