gte
gte(
name,value):ComparisonNode
Defined in: src/query/expression.ts:239
Attribute is greater than or equal to 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”gte("score", dec("3.5")) // score >= dec(3.5)