Closed kevinob11 closed 8 years ago
This is very nice! Thank you for putting this together. One note– I think it would make sense not to reference the SQL functions used to perform the aggregation. The implementation details are up to the adapter, and will naturally vary adapter to adapter.
Good point, I was thinking they were SQL specific for now, but whether they are or not the goal is that they will be cross adapter. I'll make the change shortly.
Ok I went ahead and removed references to columns, pulled out the SQL specific query language references and made a reference to the SQL Interface in the adapter tests. Let me know how it looks now!
@devinivy anything else in here or can we get this merged?
@kevinob11 looks good to me. Any additional changes needed (if any) can be submitted as additional PR's later.
Thanks @particlebanana
:+1: :)
Documentation for sql groupBy, average, sum, min, and max.