Variable: inOp
constinOp:Operator
Defined in: lang-sql/src/operators/basic.ts:8
SQL IN operator; returns true if the left value is found in the iterable,
null if not found but the iterable contains a null, and false otherwise.
constinOp:Operator
Defined in: lang-sql/src/operators/basic.ts:8
SQL IN operator; returns true if the left value is found in the iterable,
null if not found but the iterable contains a null, and false otherwise.