Versions in this module Expand all Collapse all v1 v1.1.0 Nov 6, 2021 v1.0.0 May 3, 2021 Changes in this version + func BitWidth(ui64 uint64) (width int32) + func Compress(compressionType parquet.CompressionCodec, data []byte) ([]byte, error) + func ToSliceValue(values []interface{}, parquetType parquet.Type) interface + func Uncompress(compressionType parquet.CompressionCodec, data []byte) ([]byte, error)