/** * Returns sum of values in a column. * @param string * @return int */ public function sum($column) { return $this->selection->sum($column); }