ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
346 stars 175 forks source link

export `shred.materializePath` #49

Open ZJONSSON opened 6 years ago

ZJONSSON commented 6 years ago

Export separately the functionality that materializes a particular path. This allows the user to materialize the records incrementally column-by-column, i.e. by first reading one column into materialize, and then later read another column (from the same page) and materialize into the same set of records.