Skip to main content

table_from_batch

Function table_from_batch 

Source
pub fn table_from_batch(batch: &RecordBatch, title: impl Into<String>) -> Table
Expand description

Turn an Arrow RecordBatch into a scrollable facett_table::Table — every column becomes a table column, cells formatted to strings. Pairs with facett-table’s virtualised scroll for big batches.