yutannihilation opened a new pull request, #284: URL: https://github.com/apache/sedona-db/pull/284
Thanks to @Kontinuation (cf. https://github.com/georust/wkb/pull/88), the wkb crate now have `.buf()` on all geometry types not only `Wkb`! This pull request uses it to slightly improve `ST_Dump`. When I implemented `ST_Dump` in https://github.com/apache/sedona-db/pull/269, `.buf()` was not usable for this, so I used `wkb::writer::*`. But, it's probably more efficient to copy a raw WKB rather than newly constructing a WKB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
