Uses of Class
org.apache.druid.segment.data.CompressedColumnarLongsSupplier
-
Packages that use CompressedColumnarLongsSupplier Package Description org.apache.druid.segment org.apache.druid.segment.data org.apache.druid.segment.serde -
-
Uses of CompressedColumnarLongsSupplier in org.apache.druid.segment
Constructors in org.apache.druid.segment with parameters of type CompressedColumnarLongsSupplier Constructor Description MMappedIndex(GenericIndexed<String> availableDimensions, GenericIndexed<String> availableMetrics, org.joda.time.Interval dataInterval, CompressedColumnarLongsSupplier timestamps, Map<String,MetricHolder> metrics, Map<String,GenericIndexed<ByteBuffer>> dimValueUtf8Lookups, Map<String,VSizeColumnarMultiInts> dimColumns, Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes, Map<String,ImmutableRTree> spatialIndexes, SmooshedFileMapper fileMapper) -
Uses of CompressedColumnarLongsSupplier in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return CompressedColumnarLongsSupplier Modifier and Type Method Description static CompressedColumnarLongsSupplierCompressedColumnarLongsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order) -
Uses of CompressedColumnarLongsSupplier in org.apache.druid.segment.serde
Constructors in org.apache.druid.segment.serde with parameters of type CompressedColumnarLongsSupplier Constructor Description LongNumericColumnSupplier(CompressedColumnarLongsSupplier column, ImmutableBitmap nullValueBitmap)
-