Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dquery_iterator.ts106 private nullColumns_: boolean[][]; property in ColumnarRowIterator
116 this.nullColumns_ = [];
139 this.nullColumns_.push(column.isNulls!);
144 const isNull = this.nullColumns_[j][this.i_];
158 const isNull = this.nullColumns_[j][this.i_];