d8d18a1731
This uses a `SELECT *` from an inner subselect to filter potentially `NULL` aggregates. The alternative is to handle `NULL` values throughout the projector, which is simple but loses a valuable invariant: Mentat SQL queries produce values that are not `NULL`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |