aggregate method

Field aggregate (String operation)

Perform a supplied operation on a field.

Implementation

Field aggregate(String operation) {
  _operation = operation;
  return this;
}