Interface InputRowSerde.IndexSerdeTypeHelper<T>

    • Method Detail

      • getType

        org.apache.druid.segment.column.ValueType getType()
      • serialize

        void serialize​(com.google.common.io.ByteArrayDataOutput out,
                       Object value)
      • deserialize

        T deserialize​(com.google.common.io.ByteArrayDataInput in)