Closed achille-roussel closed 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.
parquet.Value
parquet.ValueOf
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 usingparquet.ValueOf
which uses reflection internally.