sum method

Returns an AggregateQueryPlatform which uses the QueryPlatform to query for metadata

This method is not exposed in the public API, but can be used internally

Implementation

AggregateQueryPlatform sum(String field) {
  throw UnimplementedError('sum() is not implemented');
}