# File lib/arel/algebra/attributes/attribute.rb, line 246 246: def average 247: Average.new(self) 248: end
# File lib/arel/algebra/attributes/attribute.rb, line 230 230: def count(distinct = false) 231: distinct ? Distinct.new(self).count : Count.new(self) 232: end
# File lib/arel/algebra/attributes/attribute.rb, line 238 238: def maximum 239: Maximum.new(self) 240: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.