earth-mover / icechunk

Open-source, cloud-native transactional tensor storage engine
https://icechunk.io
Apache License 2.0
305 stars 18 forks source link

Introduce `Store::list_dir_items` #286

Closed paraseba closed 1 month ago

paraseba commented 1 month ago

This new method works like list_dir but the returned stream has item ListDirItem which separates the keys from the prefixes.

Closes: https://github.com/earth-mover/icechunk/issues/276