Home
last modified time | relevance | path

Searched refs:NewStatistics (Results 1 – 6 of 6) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/metadata/
H A Dstatistics_test.go115 someNanStats := metadata.NewStatistics(f64Col, memory.DefaultAllocator)
127 someNanStats = metadata.NewStatistics(f64Col, memory.DefaultAllocator)
128 someNanStatsf32 = metadata.NewStatistics(f32Col, memory.DefaultAllocator)
167 fstats := metadata.NewStatistics(fcol, memory.DefaultAllocator)
168 dstats := metadata.NewStatistics(dcol, memory.DefaultAllocator)
173 fstats := metadata.NewStatistics(fcol, memory.DefaultAllocator)
174 dstats := metadata.NewStatistics(dcol, memory.DefaultAllocator)
179 fstats := metadata.NewStatistics(fcol, memory.DefaultAllocator)
180 dstats := metadata.NewStatistics(dcol, memory.DefaultAllocator)
185 fstats := metadata.NewStatistics(fcol, memory.DefaultAllocator)
[all …]
H A Dstat_compare_test.go219 s := NewStatistics(descr, nil).(*Int64Statistics)
241 s := NewStatistics(descr, nil).(*Int64Statistics)
263 s := NewStatistics(descr, nil).(*Int32Statistics)
H A Dstatistics_types.gen.go.tmpl388 // NewStatistics uses the type in the column descriptor to construct the appropriate
390 func NewStatistics(descr *schema.Column, mem memory.Allocator) TypedStatistics {
H A Dstatistics.go112 stats = format.NewStatistics()
H A Dstatistics_types.gen.go2254 func NewStatistics(descr *schema.Column, mem memory.Allocator) TypedStatistics { func
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go570 func NewStatistics() *Statistics { func