Uses of Class
org.apache.druid.segment.serde.ComplexMetricSerde
-
-
Uses of ComplexMetricSerde in org.apache.druid.frame.field
Methods in org.apache.druid.frame.field with parameters of type ComplexMetricSerde Modifier and Type Method Description static ObjectComplexFieldReader. readFieldFromByteArray(ComplexMetricSerde serde, byte[] bytes, int position)Alternative interface to read the field from the byte array without creating a selector and field pointer.static ObjectComplexFieldReader. readFieldFromMemory(ComplexMetricSerde serde, org.apache.datasketches.memory.Memory memory, long position)Alternative interface to read the field from the memory without creating a selector and field pointer -
Uses of ComplexMetricSerde in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read with parameters of type ComplexMetricSerde Modifier and Type Method Description static intFrameReaderUtils. compareComplexTypes(byte[] array1, int position1, byte[] array2, int position2, ColumnType columnType, ComplexMetricSerde complexMetricSerde)static intFrameReaderUtils. compareComplexTypes(org.apache.datasketches.memory.Memory memory, long position1, byte[] array, int position2, ColumnType columnType, ComplexMetricSerde complexMetricSerde)static intFrameReaderUtils. compareComplexTypes(org.apache.datasketches.memory.Memory memory1, long position1, org.apache.datasketches.memory.Memory memory2, long position2, ColumnType columnType, ComplexMetricSerde complexMetricSerde) -
Uses of ComplexMetricSerde in org.apache.druid.query.aggregation
Subclasses of ComplexMetricSerde in org.apache.druid.query.aggregation Modifier and Type Class Description classAbstractSerializableLongObjectPairSerde<T extends SerializablePair<Long,?>>classSerializablePairLongDoubleComplexMetricSerdeclassSerializablePairLongFloatComplexMetricSerdeclassSerializablePairLongLongComplexMetricSerdeclassSerializablePairLongStringComplexMetricSerdeThe SerializablePairLongStringSerde serializes a Long-String pair (SerializablePairLongString). -
Uses of ComplexMetricSerde in org.apache.druid.query.aggregation.hyperloglog
Subclasses of ComplexMetricSerde in org.apache.druid.query.aggregation.hyperloglog Modifier and Type Class Description classHyperUniquesSerdeclassPreComputedHyperUniquesSerde -
Uses of ComplexMetricSerde in org.apache.druid.segment.nested
Subclasses of ComplexMetricSerde in org.apache.druid.segment.nested Modifier and Type Class Description classNestedDataComplexTypeSerde -
Uses of ComplexMetricSerde in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return ComplexMetricSerde Modifier and Type Method Description static ComplexMetricSerdeComplexMetrics. getSerdeForType(String type)Methods in org.apache.druid.segment.serde with parameters of type ComplexMetricSerde Modifier and Type Method Description static voidComplexMetrics. registerSerde(String type, ComplexMetricSerde serde)Register a serde name -> ComplexMetricSerde mapping.
-