segmentio / parquet-go

Go library to read/write Parquet files
https://pkg.go.dev/github.com/segmentio/parquet-go
Apache License 2.0
341 stars 102 forks source link

Transform #452

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR adds wrappers for parquet.RowReader and parquet.RowWriter which support applying arbitrary transformations on rows read or written.

achille-roussel commented 1 year ago

Closing in favor of https://github.com/segmentio/parquet-go/pull/453