Interface: PlanOpAsArg
Defined in: packages/core/src/plan/operators/item/fn-call.ts:10
A subquery used as an argument to a function call.
Properties
acceptSequence?
optionalacceptSequence?:boolean
Defined in: packages/core/src/plan/operators/item/fn-call.ts:16
can the subquery return more than one value? if true, the subquery will be converted to an array of values
op
op:
PlanOperator
Defined in: packages/core/src/plan/operators/item/fn-call.ts:12
The subquery operator.