Searched refs:annotationSliceRows (Results 1 – 1 of 1) sorted by relevance
363 const annotationSliceRows = await this.engine.query(` constant365 for (let i = 0; i < slowlyCountRows(annotationSliceRows); i++) {366 const id = annotationSliceRows.columns[0].longValues![i];367 const name = annotationSliceRows.columns[1].stringValues![i];368 const upid = annotationSliceRows.columns[2].longValues![i];