Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
DataFrame.IO.Parquet.Levels
Documentation
parseOne :: [SchemaElement] -> (SNode, [SchemaElement]) Source #
parseMany :: Int -> [SchemaElement] -> ([SNode], [SchemaElement]) Source #
parseAll :: [SchemaElement] -> [SNode] Source #
levelsForPath :: [SchemaElement] -> [String] -> (Int, Int) Source #