At
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
At( timestamp, expression )
at( timestamp, expression )
At( timestamp, expression )
At( timestamp, expression )
At( timestamp, expression )
At( timestamp, expression )
Description
The At
function executes a temporal query, a query which
examines the data in the past. The timestamp
parameter determines the
data available for viewing by creating a virtual snapshot of the data
which was current at that date and time. All reads from the associated
expression
is then executed on that virtual snapshot. In contrast, all
write operations must be executed at the current time. Attempting a
write operation at any other time produces an error.
Parameters
Parameter | Type | Definition and Requirements | ||
---|---|---|---|---|
|
Timestamp |
The timestamp of the virtual snapshot of the data.
|
||
|
FQL expression |
The FQL statement to be executed. |