streamQueryColumnar abstract method
Stream-shaped sibling of executeQueryColumnar. Each emitted item is a complete TypedColumnarResult (a single chunk for the named query API; multiple chunks when the underlying engine streams).
Implementation
Stream<Result<TypedColumnarResult>> streamQueryColumnar(
String connectionId,
String sql,
);