| ByteArrayEncoding |
Encodes an array of numbers of specified types as raw bytes.
|
| DeltaEncoding |
Stores the input integer array as an array of consecutive differences.
|
| Encoding |
Represents a single encoding or decoding step for a column.
|
| FixedPointEncoding |
Converts an array of floating point numbers to a Int32Array multiplied by a given factor.
|
| IntegerPackingEncoding |
|
| RunLengthEncoding |
Represents each integer value in the input as a pair of (value, number of repeats) and stores the result
sequentially as Int32Array.
|
| StringArrayEncoding |
Stores an array of strings as a concatenation of all unique strings, an array of offsets describing substrings,
and indices into the offset array.
|