Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-statistics
Commits
242ab702
Commit
242ab702
authored
Feb 10, 2021
by
Jerome Touvier
Browse files
update
parent
06a90256
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/output.py
View file @
242ab702
...
...
@@ -40,7 +40,7 @@ def is_like_or_equal(params, key):
def
sum_request
():
return
(
"COALESCE(
SUM(requests),
HLL_CARDINALITY(HLL_UNION_AGG(requests_set)))::BIGINT"
"COALESCE(HLL_CARDINALITY(HLL_UNION_AGG(requests_set))
, SUM(requests)
)::BIGINT"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment