次の CF があります。
create column family gr_ip2
with column_type = 'Standard' and comparator = 'TimeUUIDType(reversed=true)' ...;
次に、次のコードを実行します。
$uuid1 = phpcassa\UUID::uuid1(null, $time);
$cf->insert("$key" , array($uuid1 => $url) );
例外なく動作しますが、最後の CF は空です。