Documentation
Preparing search index...
@saltcorn/data
models/internal/query
aggregation_query_fields
Function aggregation_query_fields
aggregation_query_fields
(
table_name
:
string
,
aggregations
:
{
[
nm
:
string
]:
{
aggregate
:
string
;
field
?:
string
;
valueFormula
?:
string
;
}
;
}
,
options
?:
{
groupBy
?:
string
|
string
[]
;
schema
?:
string
;
where
?:
Where
}
,
)
:
{
fldNms
:
string
[]
;
groupBy
:
null
|
string
[]
;
sql
:
string
;
values
:
Value
[]
;
where
:
string
;
}
Parameters
table_name
:
string
aggregations
:
{
[
nm
:
string
]:
{
aggregate
:
string
;
field
?:
string
;
valueFormula
?:
string
}
}
Optional
options
:
{
groupBy
?:
string
|
string
[]
;
schema
?:
string
;
where
?:
Where
}
Returns
{
fldNms
:
string
[]
;
groupBy
:
null
|
string
[]
;
sql
:
string
;
values
:
Value
[]
;
where
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...