← Back to Stormify Documentation

OrderedQuery

Parses the operator syntax for numeric and temporal facet filters: >, <, >=, <=, low...high, or a bare value for equality.

Used internally by the default numeric/temporal converters. Custom Converter implementations can call parse and pattern-match on the OrderedNode subtypes for custom rendering.

Functions

Link copied to clipboard
fun parse(input: String): OrderedNode

Parses input into an OrderedNode. Throws SQLException on malformed input (empty, missing operand, conflicting operators, invalid range).