Function: splitByOp()
splitByOp(
expr,op,opsContainer?):PlanOperator[]
Defined in: packages/core/src/utils/selection.ts:50
Splits a logical plan expression by op operators
Parameters
| Parameter | Type | Default value |
|---|---|---|
expr | PlanOperator | undefined |
op | { impl: (...args) => any; } | undefined |
op.impl | (...args) => any | undefined |
opsContainer | PlanOperator[] | [] |