getAggregateValue

abstract fun getAggregateValue(node: N, column: Column?): Any?

Returns the aggregated value of a variable for a given node.

Return

the value Object at the specified cell

Parameters

node

the node whose value is to be queried

column

the field whose value is to be queried