avg abstract method

Future<num> avg(
  1. String column
)

Returns the average of a numeric column.

Implementation

Future<num> avg(String column);