Package org.apache.druid.segment.serde
Interface ColumnPartSerde
- All Known Implementing Classes:
ComplexColumnPartSerde,DictionaryEncodedColumnPartSerde,DoubleNumericColumnPartSerde,DoubleNumericColumnPartSerdeV2,FloatNumericColumnPartSerde,FloatNumericColumnPartSerdeV2,LongNumericColumnPartSerde,LongNumericColumnPartSerdeV2,NestedCommonFormatColumnPartSerde,NullColumnPartSerde
public interface ColumnPartSerde
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns a Deserializer to read a column from a segment.
-
Method Details
-
getSerializer
-
getDeserializer
ColumnPartSerde.Deserializer getDeserializer()Returns a Deserializer to read a column from a segment.
-