Expand description
The Rerun public data APIs. Access DataFusion TableProviders.
Structs§
- Dataframe
Query Table Provider - Dataset
Manifest Provider - Redap
Catalog Provider DataFusioncatalog provider for interacting with Rerun gRPC services.- Search
Results Table Provider - Segment
Table Provider - Table
Entry Table Provider
Constants§
Traits§
- Dataframe
ClientAPI - This trait provides the specific methods used when interacting with the gRPC services for the datafusion client services. By implementing this as a trait we can provide an alternative implementation in our testing facility to remove all gRPC layers and test the server responses more directly.