Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/metadata/
H A Dstatistics_types.gen.go68 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *Int32Statisti… argument
348 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *Int64Statisti… argument
628 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *Int96Statisti… argument
900 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *Float32Statis… argument
1179 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *Float64Statis… argument
1458 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *BooleanStatis… argument
1733 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *ByteArrayStat… argument
2003 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *FixedLenByteA… argument
2284 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) TypedStatistic… argument
H A Dstatistics_types.gen.go.tmpl66 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) *{{.Name}}Stat…
408 …ed(descr *schema.Column, mem memory.Allocator, nvalues int64, encoded StatProvider) TypedStatistic…
H A Dstatistics.go37 type StatProvider interface { interface