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

implement count built-ins for DaphneDSL #910

Open
m-birke opened this issue Nov 12, 2024 · 0 comments
Open

implement count built-ins for DaphneDSL #910

m-birke opened this issue Nov 12, 2024 · 0 comments
Labels
feature missing/requested features

Comments

@m-birke
Copy link
Collaborator

m-birke commented Nov 12, 2024

sth. to count a specific values like count(matrix[,0], value) (or from a frame)(also on strings)

and/or

unique_counts as know from numpy

There are currently ways to circumvent this by reshaping a matrix into single col, convert it to a frame, register it as a view and finally conduct SQL ops

Or is it the idea to provide such functionality trough SQL?

@m-birke m-birke added the feature missing/requested features label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature missing/requested features
Projects
None yet
Development

No branches or pull requests

1 participant