Defined in: packages/db/src/query/ir.ts:184
new IncludesSubquery(
query,
correlationField,
childCorrelationField,
fieldName,
parentFilters?,
parentProjection?,
materialization?,
scalarField?): IncludesSubquery;Defined in: packages/db/src/query/ir.ts:186
string
Where[]
PropRef<any>[]
IncludesMaterialization = ...
string
IncludesSubquery
BaseExpression.constructorreadonly __returnType: any;Defined in: packages/db/src/query/ir.ts:84
Internal
BaseExpression.__returnTypechildCorrelationField: PropRef;Defined in: packages/db/src/query/ir.ts:189
correlationField: PropRef;Defined in: packages/db/src/query/ir.ts:188
fieldName: string;Defined in: packages/db/src/query/ir.ts:190
materialization: IncludesMaterialization;Defined in: packages/db/src/query/ir.ts:193
optional parentFilters: Where[];Defined in: packages/db/src/query/ir.ts:191
optional parentProjection: PropRef<any>[];Defined in: packages/db/src/query/ir.ts:192
query: QueryIR;Defined in: packages/db/src/query/ir.ts:187
optional scalarField: string;Defined in: packages/db/src/query/ir.ts:194
type: "includesSubquery";Defined in: packages/db/src/query/ir.ts:185
BaseExpression.type