Class VariantColumnSerializer.InternalSerializer

java.lang.Object
org.apache.druid.segment.nested.VariantColumnSerializer.InternalSerializer
All Implemented Interfaces:
Serializer
Enclosing class:
VariantColumnSerializer

public static class VariantColumnSerializer.InternalSerializer extends Object implements Serializer
Internal serializer used to serialize a VariantColumn. Encapsulates just the logic to write out the column to a FileSmoosher without the parts to update the dictionaries themselves, so that it can be reused. Created by VariantColumnSerializer once it is closed for writes.