Uses of Interface
org.apache.druid.segment.data.ColumnarDoublesSerializer
-
Packages that use ColumnarDoublesSerializer Package Description org.apache.druid.segment.data -
-
Uses of ColumnarDoublesSerializer in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarDoublesSerializer Modifier and Type Class Description classBlockLayoutColumnarDoublesSerializerSerializer that producesBlockLayoutColumnarDoublesSupplier.BlockLayoutColumnarDoubles.classEntireLayoutColumnarDoublesSerializerSerializer that producesEntireLayoutColumnarDoublesSupplier.EntireLayoutColumnarDoubles.Methods in org.apache.druid.segment.data that return ColumnarDoublesSerializer Modifier and Type Method Description static ColumnarDoublesSerializerCompressionFactory. getDoubleSerializer(String columnName, SegmentWriteOutMedium segmentWriteOutMedium, String filenameBase, ByteOrder byteOrder, CompressionStrategy compression, Closer closer)
-