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

DataFrame.IO.Parquet.Binary

Synopsis

Documentation

fillByteStringByWord8 :: Int -> (Int -> IO Word8) -> IO ByteString Source #

Allocate a fixed-size buffer, repeat the action on each index. Fill it into the buffer to get a ByteString.