Searched refs:parsedBatch (Results 1 – 1 of 1) sorted by relevance
460 const parsedBatch = new ResultBatch(batchRaw); constant461 this.batches.push(parsedBatch);462 this._isComplete = parsedBatch.isLastBatch;469 assertTrue(parsedBatch.numCells % numColumns === 0);470 this._numRows += parsedBatch.numCells / numColumns;473 assertTrue(parsedBatch.numCells === 0);