# File lib/thinking_sphinx/source/sql.rb, line 140
      def types_to_crcs
        type_values.compact.inject({}) { |hash, type|
          hash[type] = type.to_crc32
          hash
        }
      end