Skip to main content

Module table

Module table 

Source
Expand description

First-class bounded and streaming datasets/tables. Defines bounded table contracts and behavior for this crate.

Structs§

BorrowedDataset
Borrowed dataset avoiding a duplicate row allocation for existing slices.
InMemoryDataset
In-memory dataset for small bounded inputs.
StreamingDataset
Factory-backed dataset enabling restartable streaming.
TableColumn
One first-class table column.
TablePage
One bounded table page delivered to a sink.
TablePaginator
Fixed-point bounded table pagination engine.
TableSpec
Pagination and grouping contract for a table.
TableStyleRule
Conditional data-row style evaluated without IO or exporter state.

Enums§

ColumnWidth
Table column sizing strategy.

Traits§

Dataset
Restartable bounded dataset contract.
TablePageSink
Streaming page consumer.

Type Aliases§

DataRow
One deterministically ordered tabular row.