Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

foldCold takes 3 parameters:

  • a collection (representing a table, as each item should have the same property)
  • a property/column name
  • a function name (min/max/avg)

The function is applied on the column that is selected.


In this example we have 3 virtual points: a(10), b(20) and c(60). We use foldCol to calculate the max, min and avg of curVal of each of this points.

The blocks:

The result:

  • No labels