class documentation

A single clause in a filterCriteria query: a path expression, a comparison keyword, and a literal value.

Class Variable keyword The comparison keyword for this clause (EQ, NE, GT, LT, GE, LE, MATCH).
Class Variable literal The literal value for this clause.
Class Variable pathSteps The parsed path expression steps.

The comparison keyword for this clause (EQ, NE, GT, LT, GE, LE, MATCH).

literal: Any = (source)

The literal value for this clause.

pathSteps: list[PathStep] = (source)

The parsed path expression steps.