Github
Preparing search index...
The search index is not available
Trieve Typescript SDK - v0.0.122
Trieve Typescript SDK
types.gen
ExpressionType
Type Alias ExpressionType
Expression
Type
:
|
{
name
:
string
;
type
:
"column"
;
}
|
{
type
:
"literal"
;
value
:
FilterValue
;
}
|
{
args
:
ExpressionType
[]
;
name
:
string
;
type
:
"function"
;
}
|
{
sql
:
string
;
type
:
"raw"
;
}
Structured expression type
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Github
Trieve Typescript SDK - v0.0.122
Loading...
Structured expression type