module Bones::SQL::AggregateFunctions

Included Modules

Direct including types

Defined in:

bones/api/aggregate_functions.cr

Instance Method Summary

Instance Method Detail

def avg(column = Column.new) : AggregateFunction #

[View source]
def count(column = Column.new) : AggregateFunction #

[View source]
def count_all(table : TableDef | Nil = nil) : AggregateFunction #

[View source]
def sum(column = Column.new) : AggregateFunction #

[View source]