Expand description
Rich table widget over datafusion.
Modules§
Structs§
- Column
Blueprint - The blueprint for a specific column.
- Column
Filter - A filter applied to a table’s column.
- Data
Fusion Table Widget - Display
Record Batch - Float
Filter - Filter for floating point column types.
- IntFilter
- Filter for integer column types.
- Nullability
- The nullability of a nested arrow datatype.
- Nullable
Boolean Filter - Filter for nullable boolean columns.
- SortBy
- String
Filter - Table
Blueprint - The “blueprint” for a table, a.k.a the specification of how it should look.
- Timestamp
Filter - A filter for
arrow::datatypes::DataType::Timestampcolumns.
Enums§
- Comparison
Operator - Display
Record Batch Error - NonNullable
Boolean Filter - Filter for non-nullable boolean columns.
- Requested
Object - A handle to an object that is requested asynchronously.
- Sort
Direction - String
Operator - Table
Status - In which state the table currently is?
- Typed
Filter - Concrete implementation of a
Filterwith static dispatch.
Traits§
- Filter
- Trait describing what a filter must do.