|
|
@@ -46,6 +46,22 @@ sleep(2s)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
+select * from /test/foo
|
|
|
+/**
|
|
|
+output()
|
|
|
+count(10)
|
|
|
+**/
|
|
|
+;
|
|
|
+
|
|
|
+-- 这个如果有错,重启一下cassandra就好了
|
|
|
+-- If error occurs with this, just restart Cassandra
|
|
|
+select * from /test/foo where v_float >= 1.1 or v_float <= 1.1
|
|
|
+/**
|
|
|
+output()
|
|
|
+count(10)
|
|
|
+**/
|
|
|
+;
|
|
|
+
|
|
|
select * from /test/foo where v_float=1.1234567890123457
|
|
|
/**
|
|
|
output()
|