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 58 forks source link

add parquet.Value constructors for each physical type #419

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR adds constructors of parquet.Value from Go values representing each parquet physical type. The intent is to provide a more efficient way of constructing values than using parquet.ValueOf which uses reflection internally.