Home
last modified time | relevance | path

Searched defs:BitRun (Results 1 – 4 of 4) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/utils/
H A Dbit_run_reader.go31 type BitRun struct { struct
32 Len int64
33 Set bool
46 func (b BitRun) String() string {
H A Dtyped_rle_dict.gen.go130 …t32(dc DictionaryConverter, vals []int32, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
323 …t64(dc DictionaryConverter, vals []int64, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
516 …ictionaryConverter, vals []parquet.Int96, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
709 …2(dc DictionaryConverter, vals []float32, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
902 …4(dc DictionaryConverter, vals []float64, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
1095 …onaryConverter, vals []parquet.ByteArray, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
1288 …verter, vals []parquet.FixedLenByteArray, remain int, buf []IndexType, run BitRun, bitRdr BitRunRe…
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbit_run_reader.h34 struct BitRun { struct
45 inline bool operator==(const BitRun& lhs, const BitRun& rhs) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_run_reader.h34 struct BitRun { struct
45 inline bool operator==(const BitRun& lhs, const BitRun& rhs) { argument