Class DictionaryEncodedColumnMerger.PersistedIdConversion

java.lang.Object
org.apache.druid.segment.DictionaryEncodedColumnMerger.PersistedIdConversion
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
DictionaryEncodedColumnMerger<T extends Comparable<T>>

protected static class DictionaryEncodedColumnMerger.PersistedIdConversion extends Object implements Closeable
Peristent dictionary id conversion mappings, artifacts created during segment merge which map old dictionary ids to new dictionary ids. These persistent mappings are only used when the id mapping needs a lifetime longer than the merge of the column itself, such as when the column being merged is a 'parent' column of a projection.
See Also: