Home
last modified time | relevance | path

Searched refs:ByteArrayStatistics (Results 1 – 9 of 9) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/metadata/
H A Dstatistics_types.gen.go1699 type ByteArrayStatistics struct { struct
1716 return &ByteArrayStatistics{
1790 func (s *ByteArrayStatistics) MinMaxEqual(rhs *ByteArrayStatistics) bool { argument
1796 func (s *ByteArrayStatistics) Equals(other TypedStatistics) bool { argument
1800 rhs, ok := other.(*ByteArrayStatistics)
1851 func (s *ByteArrayStatistics) Min() parquet.ByteArray { return s.min } argument
1852 func (s *ByteArrayStatistics) Max() parquet.ByteArray { return s.max } argument
1857 func (s *ByteArrayStatistics) Merge(other TypedStatistics) { argument
1858 rhs, ok := other.(*ByteArrayStatistics)
1924 func (s *ByteArrayStatistics) EncodeMin() []byte { argument
[all …]
H A Dstatistics.go397 func (ByteArrayStatistics) defaultMin() parquet.ByteArray { return nil }
398 func (ByteArrayStatistics) defaultMax() parquet.ByteArray { return nil }
408 func (ByteArrayStatistics) equal(a, b parquet.ByteArray) bool { return bytes.Equal(a, b) }
451 func (s *ByteArrayStatistics) less(a, b parquet.ByteArray) bool {
521 func (ByteArrayStatistics) cleanStat(minMax minmaxPairByteArray) *minmaxPairByteArray {
H A Dstat_compare_test.go30 s := ByteArrayStatistics{
82 s := ByteArrayStatistics{
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dstatistics.h291 using ByteArrayStatistics = TypedStatistics<ByteArrayType>; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dstatistics.h303 using ByteArrayStatistics = TypedStatistics<ByteArrayType>; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dstatistics.h328 using ByteArrayStatistics = TypedStatistics<ByteArrayType>; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A D_parquet.pxd272 " parquet::ByteArrayStatistics"(CStatistics):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A D_parquet.pxd274 " parquet::ByteArrayStatistics"(CStatistics):
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A D_parquet.pxd278 " parquet::ByteArrayStatistics"(CStatistics):