PropertyFilterOps
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).
Methods
| Method | Description |
|---|---|
temporal | Selects temporal evaluation for the property. |
Method Details
temporal
Selects temporal evaluation for the property.
Returns
| Type | Description |
|---|---|
filter.FilterOps | A property expression builder operating on temporal values. |