isExpressionLike

Function: isExpressionLike()

ts
function isExpressionLike(value): boolean;
function isExpressionLike(value): boolean;

Defined in: packages/db/src/query/ir.ts:139

Runtime helper to detect IR expression-like objects. Prefer this over ad-hoc local implementations to keep behavior consistent.

Parameters

value

any

Returns

boolean