Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
AggregateFunctionNode
Interface AggregateFunctionNode
interface
AggregateFunctionNode
{
aggregated
:
readonly
OperationNode
[]
;
distinct
?:
boolean
;
filter
?:
kysely
.
WhereNode
;
func
:
string
;
kind
:
"AggregateFunctionNode"
;
over
?:
kysely
.
OverNode
;
}
Hierarchy (
view full
)
OperationNode
AggregateFunctionNode
Index
Properties
aggregated
distinct?
filter?
func
kind
over?
Properties
Readonly
aggregated
aggregated
:
readonly
OperationNode
[]
Optional
Readonly
distinct
distinct
?:
boolean
Optional
Readonly
filter
filter
?:
kysely
.
WhereNode
Readonly
func
func
:
string
Readonly
kind
kind
:
"AggregateFunctionNode"
Optional
Readonly
over
over
?:
kysely
.
OverNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
aggregated
distinct
filter
func
kind
over
Silvertree API
Loading...