rle_decode_int: RLE decode integers

View source: R/porcelain.R

rle_decode_intR Documentation

RLE decode integers

Description

RLE decode integers

Usage

rle_decode_int(
  x,
  bit_width = attr(x, "bit_width"),
  length = attr(x, "length") %||% NA
)

Arguments

x

Raw vector of the encoded integers.

bit_width

Bit width used for the encoding.

length

Length of the output. If NA then we assume that x starts with length of the output, encoded as a 4 byte integer.

Value

The decoded integer vector.

See Also

rle_encode_int()

Other encodings: rle_encode_int()


nanoparquet documentation built on April 3, 2025, 11:26 p.m.