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 Vlad Merticariu, 6 years ago

var_pop is not part of the WCPS standard, please don't start implementing this until we discuss in the group.

comment:2 by Bang Pham Huu, 6 years ago

Milestone: 9.710.0

comment:3 by Dimitar Misev, 6 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.