Opened 6 years ago
Closed 6 years ago
#1780 closed enhancement (invalid)
Petascope_WCPS add handlers for statistics var_* functions() as in Rasql
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Rasql supports statistics functions like:
rasql -q 'select var_pop(c) from test_mr as c' --out string
Then, WCPS also should support as:
for c in (test_mr) return var_pop(c)
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Milestone: | 9.7 → 10.0 |
---|
comment:3 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
var_pop is not part of the WCPS standard, please don't start implementing this until we discuss in the group.