lt
lt(
name,value):ComparisonNode
Defined in: src/query/expression.ts:251
Attribute is less than value. Ordered types only (i32, u256, dec).
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Throws
Section titled “Throws”If the value’s type carries no ordered index.
Example
Section titled “Example”lt("level", i32(10)) // level < i32(10)