nkarag/haskell-DBFunctor

Implement Julius Aggregate clauses: CountDist and CountStar

Closed this issue · 1 comments

CountDist ColumnName AsColumn -- ^ Count distinct aggregation
CountStar AsColumn -- ^ Returns the number of 'RTuple's in the 'RTable'

Implemented and tested! Merged into master branch.