fm.agg.op-classR Documentation

An S4 class to represent an aggregation operator used in aggregation operations in FlashR.

Description

An S4 class to represent an aggregation operator used in aggregation operations in FlashR.

Slots

agg

an integer indicating the operator for computing partial aggregation results.

combine

an integer indicating the operator for combining partial aggregation results and computing the final result.

name

a string indicating the name of the aggregation operation.