Cassandra PHP - 检查给定的 timeuuid 字符串是否是有效的 timeuuid

Cassandra PHP - check if given timeuuid string is a valid timeuuid

如何在查询前检查给定的 timeuuid,即 fa6e9e80-299c-11e7-98d8-f7a8744353f3 是否是有效的 timeuuid?

使用稍微不同但仍然正确的格式 timeuuid:fa6e9e80-299c-11e7-98d8-f7a8744353av 导致错误:

object(Cassandra\Exception\InvalidSyntaxException)#199 (7) { ["message":protected]=> string(54) "line 1:103 mismatched character 'v' expecting set null"

Cassandra PHP 驱动程序文档似乎没有提供有效的检查功能。 ( https://datastax.github.io/php-driver/api/Cassandra/ )

使用version()方法检查uuid的版本。如果 1 那么它是 timeuuid.

https://datastax.github.io/php-driver/api/Cassandra/interface.UuidInterface/#method-version