% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.
Examples
ROW current_date = NOW()
To retrieve logs from the last hour:
FROM sample_data | WHERE @timestamp > NOW() - 1 hour