Skip to content

need to implement Stream queries  #1154

Closed
@mikereiche

Description

@mikereiche

AbstractCouchbaseQuery needs to implement Stream queries :

	} else if (getQueryMethod().isStreamQuery()) {
		return (q, t, c) -> operation.matching(q.with(accessor.getPageable())).stream();

ReactiveAbstractCouchbaseQuery needs to implement Stream queries. It cannot do exactly as AbstractCouchbaseQuery, though, because all reactive queries have isStreamQuery() == true;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions