Github
Preparing search index...
The search index is not available
Trieve Typescript SDK - v0.0.122
Trieve Typescript SDK
types.gen
HavingCondition
Type Alias HavingCondition
Having
Condition
:
{
column
:
string
;
function
:
AggregationType
;
operator
:
FilterOperator
;
type
:
"aggregate"
;
value
:
FilterValue
;
}
|
{
conditions
:
HavingCondition
[]
;
type
:
"and"
;
}
|
{
conditions
:
HavingCondition
[]
;
type
:
"or"
;
}
Structured HAVING condition
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Github
Trieve Typescript SDK - v0.0.122
Loading...
Structured HAVING condition