Hi all, A quick question regarding CORR(x,y). It appears that Calcite recognizes "CORR" a reserved keyword but the parser doesn't recognize it as an aggregate, like for example COVAR_POP. Could CORR be added to the list of recognized aggregates?
Thanks,
Dmitri
ERROR-- Parse failed: line 1, column 8, Encountered "CORR" at line 1, column 8.
Was expecting one of:
"UNION" ...
"INTERSECT" ...
...
"COVAR_POP" ...
"COVAR_SAMP" ...
...
