Split Single Query Conversion into two-step process #1586
Labels
in: single-query-loading
Everything related to querying aggregates with a single select.
type: enhancement
A general enhancement
Milestone
Right now,
AggregateResultSetExtractor
handlesResultSet
advancing and conversion into objects. We should decouple these two steps usingRowDocumentExtractor
to createRowDocument
s and in a second step, apply conversion to materialize aggregates.This decouples complexity and allows faster failures when enforcing expected result counts.
The text was updated successfully, but these errors were encountered: