Package org.apache.druid.indexer
Interface InputRowSerde.IndexSerdeTypeHelper<T>
-
- All Known Implementing Classes:
InputRowSerde.DoubleIndexSerdeTypeHelper,InputRowSerde.FloatIndexSerdeTypeHelper,InputRowSerde.LongIndexSerdeTypeHelper,InputRowSerde.StringIndexSerdeTypeHelper
- Enclosing class:
- InputRowSerde
public static interface InputRowSerde.IndexSerdeTypeHelper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(com.google.common.io.ByteArrayDataInput in)org.apache.druid.segment.column.ValueTypegetType()voidserialize(com.google.common.io.ByteArrayDataOutput out, Object value)
-