Skip to content

Type Alias: BinaryOperator

BinaryOperator = "eq" | "ne" | "lt" | "le" | "gt" | "ge" | "has" | "in" | "and" | "or" | "add" | "sub" | "mul" | "div" | "divby" | "mod"

Defined in: packages/core/src/parser/ast.ts:13

Binary operator union — all OData v4 binary operators