Defined in: packages/db/src/query/ir.ts:76
new CollectionRef(collection, alias): CollectionRef;
Defined in: packages/db/src/query/ir.ts:78
string
CollectionRef
BaseExpression.constructor
readonly __returnType: any;
Defined in: packages/db/src/query/ir.ts:73
Internal
BaseExpression.__returnType
alias: string;
Defined in: packages/db/src/query/ir.ts:80
collection: CollectionImpl;
Defined in: packages/db/src/query/ir.ts:79
type: "collectionRef";
Defined in: packages/db/src/query/ir.ts:77
BaseExpression.type