Expand description
Data provider traits for abstracting data access
This module defines the core traits that allow the TUI to work with
data without knowing the underlying implementation (Buffer, CSVClient
, DataTable
, etc.)
Structs§
- Column
Stats - Column statistics
Enums§
- Data
Type - Data type for columns
- Filter
Spec - Filter specification for
DataView
- Sort
Order - Sort order for columns
Traits§
- Data
Provider - Core trait for read-only data access
- Data
View Provider - Extended trait for data views that support filtering and sorting