rle_encode_int {nanoparquet} | R Documentation |
RLE encode integers
rle_encode_int(x)
x |
Integer vector. |
Raw vector, the encoded integers. It has two attributes:
bit_length
: the number of bits needed to encode the input, and
length
: length of the original integer input.
Other encodings:
rle_decode_int()