Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
SelectableFunctionExpression
Class SelectableFunctionExpression
Hierarchy (
View Summary
)
SelectableExpression
SelectableFunctionExpression
Index
Constructors
constructor
Properties
fn
Expr
schema
Methods
compile
table
Column
Alias
Constructors
constructor
new
SelectableFunctionExpression
(
fnExpr
:
FunctionExpression
,
schema
:
RowLike
,
)
:
SelectableFunctionExpression
Parameters
fnExpr
:
FunctionExpression
schema
:
RowLike
Returns
SelectableFunctionExpression
Properties
fn
Expr
fnExpr
:
FunctionExpression
schema
schema
:
RowLike
Methods
compile
compile
(
ctx
:
Context
)
:
RawBuilder
<
unknown
>
Parameters
ctx
:
Context
Returns
RawBuilder
<
unknown
>
table
Column
Alias
tableColumnAlias
()
:
RawBuilder
<
unknown
>
Returns
RawBuilder
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fn
Expr
schema
Methods
compile
table
Column
Alias
Typegres API Reference - v0.0.1
Loading...