Skip to content

InExpression

type InExpression = object;

Represents an IN expression: <operand> IN (<value1>, <value2>, …)

operand: Operand;

type: typeof $in;

values: ValueExpression[];