-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Labels
in: single-query-loadingEverything related to querying aggregates with a single select.Everything related to querying aggregates with a single select.type: enhancementA general enhancementA general enhancement
Milestone
Description
Right now, AggregateResultSetExtractor
handles ResultSet
advancing and conversion into objects. We should decouple these two steps using RowDocumentExtractor
to create RowDocument
s 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.Everything related to querying aggregates with a single select.type: enhancementA general enhancementA general enhancement