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

Feat : add calc_distance function #1153

Merged
merged 4 commits into from
Apr 23, 2023
Merged

Conversation

seonghun-dev
Copy link
Contributor

resolve : #1152

@coveralls
Copy link

coveralls commented Apr 23, 2023

Pull Request Test Coverage Report for Build 4777143475

  • 89 of 89 (100.0%) changed or added relevant lines in 7 files are covered.
  • 43 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.04%) to 98.832%

Files with Coverage Reduction New Missed Lines %
core/src/data/value/convert.rs 1 99.93%
core/src/executor/evaluate/mod.rs 8 98.12%
core/src/executor/aggregate/mod.rs 34 82.47%
Totals Coverage Status
Change from base Build 4773087669: -0.04%
Covered Lines: 44159
Relevant Lines: 44681

💛 - Coveralls

@panarch panarch added the enhancement New feature or request label Apr 23, 2023
Copy link
Member

@panarch panarch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all nice! Thanks a lot 👍

@panarch panarch merged commit bdd8da1 into gluesql:main Apr 23, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

Implement CALC_DISTANCE in AST For Geometic Type
3 participants