dataframe-0.7.0.0: A fast, safe, and intuitive DataFrame library.
Safe HaskellNone
LanguageHaskell2010

DataFrame.IO.Parquet.Encoding

Synopsis

Documentation

extractBits :: Int -> Int -> ByteString -> [Word32] Source #

LSB-first bit accumulator: reads each byte once with no intermediate ByteString allocation.