Skip to main content

Crate re_datafusion

Crate re_datafusion 

Source
Expand description

The Rerun public data APIs. Access DataFusion TableProviders.

Structs§

DataframeQueryTableProvider
DatasetManifestProvider
LocalChunkStoreTableProvider
TableProvider that runs a QueryExpression in-process against a ChunkStoreHandle.
MetricsCollector
Sink for QuerySnapshots collected during a query_metrics() scope.
QuerySnapshot
One completed query’s metrics, as seen from the client side.
RedapCatalogProviderList
DataFusion catalog provider list for interacting with Rerun gRPC services.
SegmentTableProvider
TableEntryTableProvider

Enums§

TableKind
Underlying provider variant of a table entry.
TableQueryCaller
Where a table scan was initiated from.

Traits§

DataframeClientAPI
This trait provides the specific methods used when interacting with the gRPC services for the datafusion client services.

Functions§

query_from_query_expression
Build a server-side Query from a QueryExpression.