Interface Join<Ext>

interface Join<Ext> {
    _tag: "Join";
    kind: JoinKind;
    on: Expr<Ext>;
    table: Table<Ext>;
}

Type Parameters

Hierarchy

Properties

Properties

_tag: "Join"
kind: JoinKind
on: Expr<Ext>
table: Table<Ext>

Generated using TypeDoc