Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytic operators #329

Open
NicoLaval opened this issue May 20, 2024 · 1 comment
Open

Analytic operators #329

NicoLaval opened this issue May 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@NicoLaval
Copy link
Collaborator

@noahboerger you reported the following operators are not implemented:

  • standard_deviation_pop
  • standard_deviation_samp
  • var_pop
  • avg
  • count
  • max
  • median
  • min
  • sum

They are with aggr shape.

The following shape is not supported: DS_r := min ( DS_1 group by Id_1 )

@NicoLaval NicoLaval added the enhancement New feature or request label May 20, 2024
@noahboerger
Copy link
Collaborator

Yes that confirms to my observed behaviour. When i was transforming the test cases to use the aggr shape it was working as expected. Is it planed to also support the shape DS_r := min ( DS_1 group by Id_1 )?

@NicoLaval NicoLaval mentioned this issue May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants