MyqueWooMiddo opened a new issue, #2329:
URL: https://github.com/apache/sedona/issues/2329

   I think the following functions can help some high level indexing for row / 
partition / file 
   
   st_geohash_children ( geohash_str , next_n_level)
   st_geohash_parent  ( geohash_str , previous_n_level)
   st_geohash_contains ( geohash_str_large , geohash_str_small)
   ...
   
   
   st_h3_children( h3_id, next_n_level)
   st_h3_parent( h3_id, previous_n_level)
   st_h3_contains( h3_id_large, h3_id_small)
   ...


-- 
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]

Reply via email to