Registry / utility / re-query

re-query

JSON →
library0.33.0rscratesunverified

High-level query APIs for the Rerun data visualization framework.

# Cargo.toml [dependencies] re_query = "0.33.0"
INSTALL
IMPORT
SIG · RE-QUERY
R
re-query
utilityrustv0.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueryEngine
use re_query::QueryEngine;

Creates a query engine and runs a simple SQL-like query.

use re_query::QueryEngine; fn main() { let engine = QueryEngine::new(); let result = engine.query("SELECT * FROM points"); println!("{:?}", result); }
Debug
Known issues
gotchaRequires the Rerun SDK to be initialized and connected to a data store.
fix
Ensure rerun is set up with a recording stream before querying.
affects: >=0.33.0
Upgrade
Version history
0.33.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
re-query — cargo add re-query · libregistry