Interface NestedCommonFormatColumn

All Superinterfaces:
AutoCloseable, BaseColumn, Closeable, SelectableColumn
All Known Implementing Classes:
CompressedNestedDataComplexColumn, NestedDataColumnV3, NestedDataColumnV4, NestedDataColumnV5, ScalarDoubleColumn, ScalarLongColumn, StringUtf8DictionaryEncodedColumn, VariantColumn

public interface NestedCommonFormatColumn extends BaseColumn
Base implementation for columns created with AutoTypeColumnSchema and handled with NestedCommonFormatColumnHandler to allow ease of merge via AutoTypeColumnMerger by providing a common implementation. All columns are read with NestedCommonFormatColumnPartSerde
See Also: