Home
last modified time | relevance | path

Searched refs:NewStatisticsFromEncoded (Results 1 – 3 of 3) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/metadata/
H A Dcolumn_chunk.go53 return NewStatisticsFromEncoded(descr, mem,
57 return NewStatisticsFromEncoded(descr, mem,
H A Dstatistics_types.gen.go.tmpl404 // NewStatisticsFromEncoded uses the provided information to initialize a typed stat object
408 func NewStatisticsFromEncoded(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded St…
H A Dstatistics_types.gen.go2284 func NewStatisticsFromEncoded(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded St… func