cursor_after()
Learn how to use the cursor_after() function to compare the ingestion time of the records of a table against the database cursor time.
A predicate run over the records of a table to compare their ingestion time against a database cursor.
IngestionTime policy enabled.
Syntax
cursor_after(
RHS)
Parameters
Name | Type | Required | Description |
---|---|---|---|
RHS | string | ✔️ | Either an empty string literal or a valid database cursor value. |
Returns
A scalar value of type bool
that indicates whether the record was ingested
after the database cursor RHS (true
) or not (false
).
Related content
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.