We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6437e4 commit 7cbe0d0Copy full SHA for 7cbe0d0
1 file changed
docs/user/ppl/cmd/stats.rst
@@ -271,7 +271,7 @@ Usage: EARLIEST(field). Return the earliest time of the field.
271
272
Example::
273
274
- os> source=nyc_taxi | stats earliest(timestamp);
+ PPL> source=nyc_taxi | stats earliest(timestamp);
275
fetched rows / total rows = 1/1
276
+-----------------------------+
277
| earliest(timestamp) |
@@ -291,7 +291,7 @@ Usage: LATEST(field). Return the latest time of the field.
291
292
293
294
- os> source=nyc_taxi | stats latest(timestamp);
+ PPL> source=nyc_taxi | stats latest(timestamp);
295
296
297
| latest(timestamp) |
0 commit comments