def

func:foldCol

foldCol(grid, colName, fn)

Fold the values of the given column into a single value. The folding function uses the same semantics as fold().

Example:

readAll(site).foldCol("area", sum)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function