Home
last modified time | relevance | path

Searched defs:IsSetMax (Results 1 – 3 of 3) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/metadata/
H A Dcolumn_chunk.go49 func (s *statvalues) IsSetMax() bool { return s.IsSetMaxValue() } func
H A Dstatistics.go42 IsSetMax() bool methodSpec
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go608 func (p *Statistics) IsSetMax() bool { func