A query operation for filtering based on numeric comparison.
This operation converts a vector property to a Boolean mask by comparing each value
to the specified threshold using the less-than (<) operator. Only entries where the
comparison returns true are included in the result. Typically used after a Lookup operation
to filter entries based on numeric values.
See the Julia documentation for details.