Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
**Examples**
```esql
ROW current_date = NOW()
```
| y:keyword |
| --- |
| 20 |
To retrieve logs from the last hour:
FROM sample_data
| WHERE @timestamp > NOW() - 1 hour