module Arel::Expressions

def maximum

def maximum
  Nodes::Max.new [self]
end