Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Cache
Entry - A cached simulation result identified by a string key.
- Data
Catalog - Registry of simulation metadata entries (data catalog / provenance store).
- Database
Query - Query predicate for filtering
SimulationRecordentries. - Database
Serializer - Serialize/deserialize
SimulationRecordto a simple JSON-like text format. - DbRow
- A single row in the simulation database, mapping column names to values.
- Export
Filter - Column filter for export: keep only these columns (if empty, keep all).
- Export
Pipeline - Export pipeline: converts
SimulationDatabaserows to text output. - Material
Database - In-memory material property database with fuzzy search and interpolation.
- Material
Record - A material entry in the material database.
- Result
Cache - LRU cache for expensive simulation results.
- Simulation
Database - A simple in-memory relational table for simulation data.
- Simulation
Metadata - Metadata for a single simulation run.
- Simulation
Record - A single simulation run record with metadata.
- Simulation
Record Database - In-memory CRUD store for
SimulationRecordentries. - Snapshot
Catalog - Catalog of simulation snapshots supporting lazy-loading semantics.
- Snapshot
Entry - Metadata for a single simulation snapshot.
- Time
Series Store - Append-only time series with range query and decimation.
- TsSample
- A single sample in a time series.
Enums§
- DbValue
- A column value in the simulation database.
- Export
Format - Export format selector.