-
Notifications
You must be signed in to change notification settings - Fork 753
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(query): ST_TRANSFORM #15992
feat(query): ST_TRANSFORM #15992
Conversation
Signed-off-by: Fan Yang <yangfanlinux@gmail.com>
Signed-off-by: Fan Yang <yangfanlinux@gmail.com>
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # src/query/functions/src/scalars/geometry.rs
@b41sh How could i check that cmake of build system can access libsqlite3 or fork the proj project and maintain it in databend project? |
Hi @kkk25641463 thanks for your contribution. |
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # src/query/functions/src/scalars/geometry.rs
3ed3481
to
cbf6172
Compare
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # src/query/functions/src/scalars/geometry.rs
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # src/query/functions/src/scalars/geometry.rs
# Conflicts: # Cargo.lock # src/query/functions/Cargo.toml
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # Cargo.lock # src/query/functions/Cargo.toml
4d0e532
to
d781077
Compare
Signed-off-by: Fan Yang <yangfanlinux@gmail.com> # Conflicts: # Cargo.lock
b62dc33
to
2244da3
Compare
@b41sh I want to get aarch64-unknown-linux-musl root path of gnu tools in docker images. Is there exist in image?
|
0592783
to
4bca25e
Compare
8d1e4bb
to
d7507a6
Compare
@b41sh how do i check mysql unit test err.
|
@kkk25641463 I'm not sure, it looks like a |
Signed-off-by: Fan Yang <yangfanlinux@gmail.com>
d7507a6
to
6e9eda4
Compare
@kkk25641463 I found a proj library implemented by Rust proj4rs, which does not need to rely on |
I have modified it in |
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
feat: Implement ST_TRANSFORM #15413
Tests
Type of change
This change is