flow

inline fun <T : Any> KueryClient.FetchSpec.flow(): Flow<T>(source)

Executes the query and emits each row converted to T, without accumulating all rows in memory.

A reified shortcut for FetchSpec.flow.