Expand description
First-class bounded and streaming datasets/tables. Defines bounded table contracts and behavior for this crate.
Structs§
- Borrowed
Dataset - Borrowed dataset avoiding a duplicate row allocation for existing slices.
- InMemory
Dataset - In-memory dataset for small bounded inputs.
- Streaming
Dataset - Factory-backed dataset enabling restartable streaming.
- Table
Column - One first-class table column.
- Table
Page - One bounded table page delivered to a sink.
- Table
Paginator - Fixed-point bounded table pagination engine.
- Table
Spec - Pagination and grouping contract for a table.
- Table
Style Rule - Conditional data-row style evaluated without IO or exporter state.
Enums§
- Column
Width - Table column sizing strategy.
Traits§
- Dataset
- Restartable bounded dataset contract.
- Table
Page Sink - Streaming page consumer.
Type Aliases§
- DataRow
- One deterministically ordered tabular row.