Expand description
Version-store scan for AT TIME / BETWEEN TIME queries.
Functionsยง
- execute_
as_ of_ scan - Execute an AsOfScan: for each node in source records, find the version that was current at the specified timestamp.
- execute_
temporal_ range_ scan - Execute a TemporalRangeScan: for each node in source records, find all versions within the specified time range.