wallaroo.functions

1from .checks import DefinedAggregate, DefinedFunction
2
3abs = DefinedFunction("abs")
4count = DefinedAggregate("count", "sum")