Searched refs:rowCount_ (Results 1 – 1 of 1) sorted by relevance
102 private rowCount_: number; property in ColumnarRowIterator112 this.rowCount_ = +queryResult.numRecords;127 column.longValues.length === this.rowCount_) {131 column.doubleValues.length === this.rowCount_) {135 column.stringValues.length === this.rowCount_) {141 if (this.rowCount_ > 0) {151 return this.i_ < this.rowCount_;