avg method

Field avg ()

Perform an AVG operation on a field.

Implementation

Field avg() {
  _operation = 'AVG';
  return this;
}