[go: up one dir, main page]

Crate re_redap_client

Crate re_redap_client 

Source
Expand description

Official gRPC client for the Rerun Data Protocol.

Structs§

ApiError
ConnectionRegistry
ConnectionRegistryHandle
Registry of all tokens and connections to the redap servers.
GenericConnectionClient
Expose an ergonomic API over the gRPC redap client.
TonicStatusError
Wrapper with a nicer error message

Enums§

ApiErrorKind
Credentials

Functions§

channel
fetch_chunks_response_to_chunk_and_partition_id
Converts a FetchChunksStream stream into a stream of Chunks.
stream_blueprint_and_partition_from_server
Canonical way to ingest partition data from a Rerun data platform server, dealing with server-stored blueprints if any.

Type Aliases§

ConnectionClient
This is the type of ConnectionClient used throughout the viewer, where the ConnectionRegistry is used.
RedapClient