Class Functions<Schema, Table, Ext>

Type Parameters

Constructors

Properties

eq: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

gt: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

gte: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

lt: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

lte: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

neq: (<Type, Col1, Col2>(left, right) => TypedAst<Schema, boolean, ast.BinaryApp<Ext>>) = ...

Type declaration

Methods

Generated using TypeDoc