ironSource / parquetjs

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

get raw data / buffer from ParquetTransformer #104

Open ChrisCW1 opened 4 years ago

ChrisCW1 commented 4 years ago

Hi. Is there any chance to get the buffer from a ParquetTransformer without actually reading/writing a file? Currently I'm using a workaround: Writing into a temp file and load the temp file afterwards... Thanks. C