package
0.0.0-20230712180008-5d42db8f0d47
Repository: https://github.com/segmentio/parquet-go.git
Documentation: pkg.go.dev
# Functions
ByteCount returns the number of bytes needed to hold the given bit count.
PackInt32 packs values from src to dst, each value is packed into the given bit width regardless of how many bits are needed to represent it.
PackInt64 packs values from src to dst, each value is packed into the given bit width regardless of how many bits are needed to represent it.
UnpackInt32 unpacks 32 bit integers from src to dst.
UnpackInt64 unpacks 64 bit integers from src to dst.
# Constants
PaddingInt32 is the padding expected to exist after the end of input buffers for the UnpackInt32 algorithm to avoid reading beyond the end of the input.
PaddingInt64 is the padding expected to exist after the end of input buffers for the UnpackInt32 algorithm to avoid reading beyond the end of the input.