# File lib/arel/engines/sql/attributes.rb, line 27
      def type_cast(value)
        @column.type_cast(value)
      end