calling get_column on a Koha::Objects object, we currently throw away the ResultSetColumn object and instead call ->all upon it internally to return a simple array of values instead of giving us a ResultSetColumn object back. We're then forced to do calculations either in perl or be working around the lack of ResultSetColumn. I've seen cases for 'min', 'max', 'sum' and 'as_query' at the very least.