Skip to content

ComparisonOperator

ComparisonOperator = "=" | "!=" | "<" | "<=" | ">" | ">="

Defined in: src/query/expression.ts:19

The comparison operators the query language defines. < <= > >= need an ordered type — i32, u64, u256 or dec; every type accepts = and !=.