Uses of Class
org.apache.druid.segment.serde.ComplexMetricSerde
Packages that use ComplexMetricSerde
Package
Description
-
Uses of ComplexMetricSerde in org.apache.druid.frame.field
Methods in org.apache.druid.frame.field with parameters of type ComplexMetricSerdeModifier and TypeMethodDescriptionstatic 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 <T> TComplexFieldReader.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 ComplexMetricSerdeModifier and TypeMethodDescriptionstatic 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.aggregationModifier and TypeClassDescriptionclassAbstractSerializableLongObjectPairSerde<T extends SerializablePair<Long,?>> classclassclassclassThe 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 -
Uses of ComplexMetricSerde in org.apache.druid.segment.nested
Subclasses of ComplexMetricSerde in org.apache.druid.segment.nested -
Uses of ComplexMetricSerde in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return ComplexMetricSerdeModifier and TypeMethodDescriptionstatic ComplexMetricSerdeComplexMetrics.getSerdeForType(String type) Methods in org.apache.druid.segment.serde with parameters of type ComplexMetricSerdeModifier and TypeMethodDescriptionstatic voidComplexMetrics.registerSerde(String type, ComplexMetricSerde serde) Register a serde name -> ComplexMetricSerde mapping.