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 Functions in CQL #501

Closed
alexanderkiel opened this issue Oct 12, 2021 · 0 comments
Closed

Implement Functions in CQL #501

alexanderkiel opened this issue Oct 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request module:cql

Comments

@alexanderkiel
Copy link
Member

No description provided.

@alexanderkiel alexanderkiel self-assigned this Oct 12, 2021
@alexanderkiel alexanderkiel added enhancement New feature or request module:cql labels Oct 12, 2021
alexanderkiel added a commit that referenced this issue Nov 11, 2022
I added CQL functions in #501. Function arguments are added to the
scope. However in queries, I had an optimization that overrode the scope
with a single value if the scope was empty. The problem was that I did
not pay attention to the function argument scope. To keeps things
simple, I just removed the optimization.
alexanderkiel added a commit that referenced this issue Nov 11, 2022
I added CQL functions in #501. Function arguments are added to the
scope. However in queries, I had an optimization that overrode the scope
with a single value if the scope was empty. The problem was that I did
not pay attention to the function argument scope. To keeps things
simple, I just removed the optimization.
alexanderkiel added a commit that referenced this issue Nov 12, 2022
I added CQL functions in #501. Function arguments are added to the
scope. However in queries, I had an optimization that overrode the scope
with a single value if the scope was empty. The problem was that I did
not pay attention to the function argument scope. To keeps things
simple, I just removed the optimization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module:cql
Projects
None yet
Development

No branches or pull requests

1 participant