module Bones::SQL::AggregateFunctions
Included Modules
Direct including types
Defined in:
bones/api/aggregate_functions.crInstance Method Summary
- #avg(column = Column.new) : AggregateFunction
- #count(column = Column.new) : AggregateFunction
- #count_all(table : TableDef | Nil = nil) : AggregateFunction
- #sum(column = Column.new) : AggregateFunction