function getWhereExpression(where): BasicExpression<boolean>;
Defined in: packages/db/src/query/ir.ts:155
Extract the expression from a Where clause
Where
BasicExpression<boolean>