mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
make the Sum query argument order consistent with other queries.
This commit is contained in:
parent
146b44f49e
commit
6fac1174ee
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ Returns `{{"attrs":{},"bits":[10]}`
|
|||
**Spec:**
|
||||
|
||||
```
|
||||
Sum(<frame=STRING>, <field=STRING>, [BITMAP_CALL])
|
||||
Sum([BITMAP_CALL], <frame=STRING>, <field=STRING>)
|
||||
```
|
||||
|
||||
**Description:**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue