Operators are based on SPARQL expression keywords, lowercase with '@' prefix. It's not practical to constrain the types further here, see #isConstraint
Used only for aggregation operators
Generated using TypeDoc. Delivered by Vercel. json-rql - v0.6.2 Source code licensed MIT. Privacy policy
An operator-based constraint of the form
{ <operator> : [<expression>...] }
. The key is the operator, and the value is the array of arguments. If the operator is unary, the expression need not be wrapped in an array.SPARQL expressions