# File lib/arel/algebra/attributes/decimal.rb, line 4
      def type_cast(val)
        type_cast_to_numeric(val, :to_d)
      end