UnionFrom

Class: UnionFrom

Defined in: packages/db/src/query/ir.ts:105

Extends

  • BaseExpression

Constructors

Constructor

ts
new UnionFrom(sources): UnionFrom;
new UnionFrom(sources): UnionFrom;

Defined in: packages/db/src/query/ir.ts:107

Parameters

sources

(CollectionRef | QueryRef)[]

Returns

UnionFrom

Overrides

ts
BaseExpression.constructor
BaseExpression.constructor

Properties

__returnType

ts
readonly __returnType: any;
readonly __returnType: any;

Defined in: packages/db/src/query/ir.ts:82

Internal

  • Type brand for TypeScript inference

Inherited from

ts
BaseExpression.__returnType
BaseExpression.__returnType

sources

ts
sources: (CollectionRef | QueryRef)[];
sources: (CollectionRef | QueryRef)[];

Defined in: packages/db/src/query/ir.ts:107


type

ts
type: "unionFrom";
type: "unionFrom";

Defined in: packages/db/src/query/ir.ts:106

Overrides

ts
BaseExpression.type
BaseExpression.type

Accessors

alias

Get Signature

ts
get alias(): string;
get alias(): string;

Defined in: packages/db/src/query/ir.ts:111

Returns

string