Bases: FilterOps
Builds property filter expressions with access to temporal qualifiers.
Exported as: filter.PropertyFilterOps
This extends FilterOps and provides .temporal() to explicitly select
temporal property evaluation semantics (where supported by the query context).
temporal()
Selects temporal evaluation for the property.
Returns:
| Type |
Description |
FilterOps
|
A property expression builder operating on temporal values.
|