# File lib/arel/nodes/function.rb, line 21
      def hash
        [@expressions, @alias, @distinct].hash
      end