Defined in: packages/db/src/query/ir.ts:139
new IncludesSubquery(
query,
correlationField,
childCorrelationField,
fieldName,
parentFilters?,
parentProjection?,
materialization?,
scalarField?): IncludesSubquery;
Defined in: packages/db/src/query/ir.ts:141
string
Where[]
PropRef<any>[]
IncludesMaterialization = ...
string
IncludesSubquery
BaseExpression.constructor
readonly __returnType: any;
Defined in: packages/db/src/query/ir.ts:73
Internal
BaseExpression.__returnType
childCorrelationField: PropRef;
Defined in: packages/db/src/query/ir.ts:144
correlationField: PropRef;
Defined in: packages/db/src/query/ir.ts:143
fieldName: string;
Defined in: packages/db/src/query/ir.ts:145
materialization: IncludesMaterialization;
Defined in: packages/db/src/query/ir.ts:148
optional parentFilters: Where[];
Defined in: packages/db/src/query/ir.ts:146
optional parentProjection: PropRef<any>[];
Defined in: packages/db/src/query/ir.ts:147
query: QueryIR;
Defined in: packages/db/src/query/ir.ts:142
optional scalarField: string;
Defined in: packages/db/src/query/ir.ts:149
type: "includesSubquery";
Defined in: packages/db/src/query/ir.ts:140
BaseExpression.type