mirror of https://github.com/apache/druid.git
Fix incorrect name (#4386)
This commit is contained in:
parent
bbc307b30e
commit
fc80df339e
|
@ -48,7 +48,7 @@ A topN query object looks like:
|
||||||
"postAggregations": [
|
"postAggregations": [
|
||||||
{
|
{
|
||||||
"type": "arithmetic",
|
"type": "arithmetic",
|
||||||
"name": "sample_divide",
|
"name": "average",
|
||||||
"fn": "/",
|
"fn": "/",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue