From d10d5caa3dcefb2efe1fdb6b671e1c27365176cb Mon Sep 17 00:00:00 2001 From: Edward Capriolo Date: Sat, 3 Dec 2016 11:41:04 -0500 Subject: [PATCH] CASSANDRA-12989: Fix documentation for now() Patch by Edward Capriolo; Reviewed by Jeff Jirsa for CASSANDRA-12989 --- doc/source/cql/functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/cql/functions.rst b/doc/source/cql/functions.rst index 47026cd94b..6ae7cbf9ff 100644 --- a/doc/source/cql/functions.rst +++ b/doc/source/cql/functions.rst @@ -135,8 +135,8 @@ Timeuuid functions ``now`` ####### -The ``now`` function takes no arguments and generates, on the coordinator node, a new unique timeuuid (at the time where -the statement using it is executed). Note that this method is useful for insertion but is largely non-sensical in +The ``now`` function takes no arguments and generates, on the coordinator node, a new unique timeuuid at the +time the function is invoked. Note that this method is useful for insertion but is largely non-sensical in ``WHERE`` clauses. For instance, a query of the form:: SELECT * FROM myTable WHERE t = now()