Searched refs:RowIterator (Results 1 – 1 of 1) sorted by relevance
36 export interface RowIterator<T extends Row> { interface167 querySpec: T, queryResult: RawQueryResult): RowIterator<T> {169 return iter as unknown as RowIterator<T>;174 function iterUntypedFromColumns(result: RawQueryResult): RowIterator<Row> {185 return iter as unknown as RowIterator<Row>;192 export function iterUntyped(result: QueryResult): RowIterator<Row> {201 spec: T, result: QueryResult): RowIterator<T> {