rows

@JvmName(name = "executeQueryResponseRow")
fun Flow<ExecuteQueryResponse>.rows(): Flow<Row>

This paginator transforms the flow returned by executeQueryPaginated to access the nested member Row

Return

A kotlinx.coroutines.flow.Flow that can collect Row