Skip to content

Commit b08cf5d

Browse files
jleibstimsaucerabey79
authored andcommitted
Introduce datafusion bindings for CatalogClient (#9417)
### Related Depends on: - #9416 which should be merged first ### What I hijacked @timsaucer 's previous work from: - #9367 This now goes through a generic TableEntry listing with both schema and table provided by the server. --------- Co-authored-by: Tim Saucer <[email protected]> Co-authored-by: Antoine Beyeler <[email protected]>
1 parent dc63916 commit b08cf5d

22 files changed

+2007
-77
lines changed

ARCHITECTURE.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ Of course, this will only take us so far. In the future we plan on caching queri
9898
Here is an overview of the crates included in the project:
9999

100100
<picture>
101-
<img src="https://static.rerun.io/crates/11c582753b2b233d1dc97aa1c2306b9801dfb805/full.png" alt="">
102-
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/11c582753b2b233d1dc97aa1c2306b9801dfb805/480w.png">
103-
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/11c582753b2b233d1dc97aa1c2306b9801dfb805/768w.png">
104-
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/11c582753b2b233d1dc97aa1c2306b9801dfb805/1024w.png">
105-
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/11c582753b2b233d1dc97aa1c2306b9801dfb805/1200w.png">
101+
<img src="https://static.rerun.io/crates/14f73cb8584737c66aa79f9404b202ae8d0748cb/full.png" alt="">
102+
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/14f73cb8584737c66aa79f9404b202ae8d0748cb/480w.png">
103+
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/14f73cb8584737c66aa79f9404b202ae8d0748cb/768w.png">
104+
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/14f73cb8584737c66aa79f9404b202ae8d0748cb/1024w.png">
105+
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/14f73cb8584737c66aa79f9404b202ae8d0748cb/1200w.png">
106106
</picture>
107107

108108
<!-- !!! IMPORTANT!!!
@@ -170,6 +170,7 @@ Update instructions:
170170
| Crate | Description |
171171
| --------------- | --------------------------------------------------------------- |
172172
| re_dataframe | The Rerun public data APIs. |
173+
| re_datafusion | DataFusion interfaces to Rerun gRPC queries |
173174
| re_entity_db | In-memory storage of Rerun entities |
174175
| re_log_encoding | Helpers for encoding and transporting Rerun log messages |
175176
| re_protos | Rerun remote store gRPC API types |

0 commit comments

Comments
 (0)