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

[BUG] - Distance calculator single/multiple should be a function #433

Open
antejavor opened this issue Dec 14, 2023 · 1 comment
Open

[BUG] - Distance calculator single/multiple should be a function #433

antejavor opened this issue Dec 14, 2023 · 1 comment
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@antejavor
Copy link

Describe the bug
Distance calculator single and multiple returns just a single result and should be a function since it is much easier to call a pure function that you can reuse in the WITH instead of using CALL and YIELD

@gitbuda
Copy link
Member

gitbuda commented Dec 14, 2023

In general, this is a very common request (provide something both as a function and procedure), I think we should consider that whenever we add a new function or procedure (it's not always possible, but in a lot of cases it is) 🤔

@DavIvek DavIvek added Effort - Medium Effort - Medium and removed Effort - Unknown Effort - Unknown labels Dec 18, 2023
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 4, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 18, 2024
@katarinasupe katarinasupe added Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

5 participants