Skip to content

Split Single Query Conversion into two-step process #1586

Closed
@mp911de

Description

@mp911de

Right now, AggregateResultSetExtractor handles ResultSet advancing and conversion into objects. We should decouple these two steps using RowDocumentExtractor to create RowDocuments and in a second step, apply conversion to materialize aggregates.

This decouples complexity and allows faster failures when enforcing expected result counts.

Metadata

Metadata

Assignees

Labels

in: single-query-loadingEverything related to querying aggregates with a single select.type: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions