- Index
- »
- axon
- »
- func:foldCol
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)
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)