Uses of Package
org.apache.druid.segment.data
Packages that use org.apache.druid.segment.data
Package
Description
-
Classes in org.apache.druid.segment.data used by org.apache.druid.frame.read.columnarClassDescriptionA ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.frame.segmentClassDescriptionThe "mutable" version of a ReadableOffset.A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.frame.segment.columnarClassDescriptionIndexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.frame.segment.rowClassDescriptionA ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.query.aggregation
-
Classes in org.apache.druid.segment.data used by org.apache.druid.query.aggregation.hyperloglog
-
Classes in org.apache.druid.segment.data used by org.apache.druid.query.filter
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segmentClassDescriptionDoesn't extend
IntIterableto avoid accidental for-each iteration with boxing.Serializer that produces eitherColumnarIntsorColumnarMultiInts.The compression of decompression of encodings are separated into different enums.Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents.A generic, flat storage mechanism.Streams arrays of objects out in the binary format described byGenericIndexedThe versionEncodedStringDictionaryWriter.VERSIONis reserved and must never be specified as theGenericIndexedversion byte, else it will interfere with string column deserialization.Indexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.Get a int an index (array or list lookup abstraction without boxing).The "mutable" version of a ReadableOffset.A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.columnClassDescriptionResource that provides random access to a packed array of primitive doubles.Resource that provides random access to a packed array of primitive floats.Resource that provides random access to a packed array of primitive int values.Resource that provides random access to a packed array of primitive longs.Resource that provides random access to a packed array of short arrays of ints (
IndexedInts).A generic, flat storage mechanism.Indexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.Get a int an index (array or list lookup abstraction without boxing).A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.dataClassDescriptionDoesn't extend
IntIterableto avoid accidental for-each iteration with boxing.Resource that provides random access to a packed array of primitive doubles.Serializer that producesColumnarDoubles.Resource that provides random access to a packed array of primitive floats.Serializer that producesColumnarFloats.Resource that provides random access to a packed array of primitive int values.Serializer that produces eitherColumnarIntsorColumnarMultiInts.Resource that provides random access to a packed array of primitive longs.Serializer that producesColumnarLongs.Resource that provides random access to a packed array of short arrays of ints (IndexedInts).Serializer that producesColumnarMultiInts.Reader for a virtual contiguous address range backed by compressed blocks of data.Streams array of integers out in the binary format described byCompressedVSizeColumnarIntsSupplierFormat - byte 1 - version offsets -ColumnarIntsof length num of rows + 1 representing offsets of starting index of first element of each row in values index and last element equal to length of values column, the last element in the offsets represents the total length of values column.The compression of decompression of encodings are separated into different enums.This writer output encoded values to the given ByteBuffer or OutputStream.Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents.Fixed width value implementation ofIndexed, stored simply as a header that contains the number of values, and then the values stored sequentially.Indexedspecialized for storing variable-width binary values (such as utf8 encoded strings), which must be sorted and unique, using 'front coding'.Indexedspecialized for storing int arrays, which must be sorted and unique, using 'front coding'.A generic, flat storage mechanism.Single-threaded view.Streams arrays of objects out in the binary format described byGenericIndexedThe versionEncodedStringDictionaryWriter.VERSIONis reserved and must never be specified as theGenericIndexedversion byte, else it will interfere with string column deserialization.Indexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.Get a int an index (array or list lookup abstraction without boxing).The "mutable" version of a ReadableOffset.A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.Safety first! Don't trust something whose contents you locations to read and write stuff to, but need aMemoryorWritableMemory? use this!Serializer that producesColumnarInts.Streams array of integers out in the binary format described byV3CompressedVSizeColumnarMultiIntsSupplierThe format is mostly the same withCompressedVSizeColumnarMultiIntsSupplier(which has version 0x2, so we call it V2), the only difference is V3's offsets is not VSize encoded, it's just compressed.Unpack bitpacked long values from an underlying contiguous memory blockAn IndexedInts that always returns a row containing a single zero. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.historicalClassDescriptionGet a int an index (array or list lookup abstraction without boxing).The "mutable" version of a ReadableOffset.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.incrementalClassDescriptionDoesn't extend
IntIterableto avoid accidental for-each iteration with boxing. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.indexClassDescriptionIndexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.index.semanticClassDescriptionIndexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.join
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.join.tableClassDescriptionGet a int an index (array or list lookup abstraction without boxing).A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.nestedClassDescriptionResource that provides random access to a packed array of primitive doubles.Resource that provides random access to a packed array of primitive int values.Resource that provides random access to a packed array of primitive longs.The compression of decompression of encodings are separated into different enums.Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents.Fixed width value implementation of
Indexed, stored simply as a header that contains the number of values, and then the values stored sequentially.Specialized version ofFixedIndexedWriterfor writing ints, with no support for null values, and no verification that data is actually sorted, it just trusts you and takes your word for itWriter for aFixedIndexedIndexedspecialized for storing int arrays, which must be sorted and unique, using 'front coding'.A generic, flat storage mechanism.Streams arrays of objects out in the binary format described byGenericIndexedThe versionEncodedStringDictionaryWriter.VERSIONis reserved and must never be specified as theGenericIndexedversion byte, else it will interfere with string column deserialization.Indexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation.Get a int an index (array or list lookup abstraction without boxing).A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.Serializer that producesColumnarInts. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.projectionsClassDescriptionA ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.selector.settable
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.serdeClassDescriptionSerializer that produces either
ColumnarIntsorColumnarMultiInts.The compression of decompression of encodings are separated into different enums.Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents.A generic, flat storage mechanism.Streams arrays of objects out in the binary format described byGenericIndexedThe versionEncodedStringDictionaryWriter.VERSIONis reserved and must never be specified as theGenericIndexedversion byte, else it will interfere with string column deserialization.Indexed is a fixed-size, immutable, indexed set of values which allows locating a specific index via an exact match, the semantics of which are defined by the implementation. -
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.serde.cellClassDescriptionCompression strategy is used to compress block of bytes without knowledge of what data the bytes represents.
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.shim
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.vector
-
Classes in org.apache.druid.segment.data used by org.apache.druid.segment.virtualClassDescriptionGet a int an index (array or list lookup abstraction without boxing).A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.