cursor_before_or_at()
Learn how to use the cursor_before_or_at() function to compare the ingestion time of the records of a table against the database cursor time.
A predicate function run over the records of a table to compare their ingestion time against the database cursor time.
IngestionTime policy enabled.
Syntax
cursor_before_or_at(
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
before or at 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.