Custom aggregation column types
I have a custom column type with Drizzle for a monetary amount column (numeric PG type). The type is transformed into a "Big" type from a library, allowing me to do decimal-accurate math.
However, in aggregations like sum, it goes back to being a string. Is there a way to write custom aggregations as well?
0 Replies