Module data_provider

Module data_provider 

Source
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§

ColumnStats
Column statistics

Enums§

DataType
Data type for columns
FilterSpec
Filter specification for DataView
SortOrder
Sort order for columns

Traits§

DataProvider
Core trait for read-only data access
DataViewProvider
Extended trait for data views that support filtering and sorting