Uses of Class
org.apache.druid.segment.DictionaryEncodedColumnMerger.PersistedIdConversions
Packages that use DictionaryEncodedColumnMerger.PersistedIdConversions
-
Uses of DictionaryEncodedColumnMerger.PersistedIdConversions in org.apache.druid.segment
Fields in org.apache.druid.segment declared as DictionaryEncodedColumnMerger.PersistedIdConversionsModifier and TypeFieldDescriptionprotected @MonotonicNonNull DictionaryEncodedColumnMerger.PersistedIdConversionsDictionaryEncodedColumnMerger.persistedIdConversionsThis becomes non-null ifDictionaryEncodedColumnMerger.markAsParent()is called indicating that this column is a base table 'parent' to some projection column, which requires persisting id conversion buffers to a temporary files.