Type aliases
AliasMap
AliasMap: Record<string, string>
ComparisonFunction
ComparisonFunction: "eq" | "neq" | "geq" | "leq" | "lt" | "gt" | "like" | "in"
ComparisonNode
Comparison
Node: { args: { identifier: string; value: string }; fn: ComparisonFunction; type: "comparison" }
Type declaration
-
args: { identifier: string; value: string }
-
identifier: string
-
value: string
-
-
type: "comparison"
LogicalFunction
LogicalFunction: "match_all" | "match_any"
RelationExpression
RelationExpression: string