if ( ! in_array($type = gettype($column_key), array('integer', 'string', 'NULL'), TRUE))
        {
            if ($type === 'double')
            {
                $column_key = (int) $column_key;