# File lib/big_record/connection_adapters/column.rb, line 332
        def hash_to_float_collection(value)
          parse_collection(value).collect(&:to_f)
        end