Safe Haskell | None |
---|---|
Language | Haskell2010 |
DataFrame.IO.Parquet.Dictionary
Documentation
dictCardinality :: DictVals -> Int Source #
readDictVals :: ParquetType -> [Word8] -> Maybe Int32 -> DictVals Source #
readPageInt32 :: [Word8] -> [Int32] Source #
readPageWord64 :: [Word8] -> [Double] Source #
readPageBytes :: [Word8] -> [Text] Source #
readPageBool :: [Word8] -> [Bool] Source #
readPageInt64 :: [Word8] -> [Int64] Source #
readPageFloat :: [Word8] -> [Float] Source #
readPageInt96Times :: [Word8] -> [UTCTime] Source #