Expand description
The Rerun public data APIs. Access DataFusion TableProviders.
Structs§
- Dataframe
Query Table Provider - Dataset
Manifest Provider - Local
Chunk Store Table Provider TableProviderthat runs aQueryExpressionin-process against aChunkStoreHandle.- Metrics
Collector - Sink for
QuerySnapshots collected during aquery_metrics()scope. - Query
Snapshot - One completed query’s metrics, as seen from the client side.
- Redap
Catalog Provider List DataFusioncatalog provider list for interacting with Rerun gRPC services.- Segment
Table Provider - Table
Entry Table Provider
Enums§
- Table
Kind - Underlying provider variant of a table entry.
- Table
Query Caller - Where a table scan was initiated from.
Traits§
- Dataframe
ClientAPI - This trait provides the specific methods used when interacting with the gRPC services for the datafusion client services.
Functions§
- available_
cpus - The machine’s available parallelism, or
2if it can’t be determined. - query_
from_ query_ expression - Build a server-side
Queryfrom aQueryExpression. - rerun_
sdk_ num_ cpus - The value of the
RERUN_SDK_NUM_CPUSenvironment variable, clamped to[1, available_cpus()].