Expand description
facett-arrow — Apache Arrow → facett Scene. Turn an edge
RecordBatch (Int64 src/dst ids + optional Utf8 labels) straight into a
drawable graph. This is the “Apache Arrow integration” half of facett: any
Arrow source — a graph query, a join result — becomes a Scene with no
per-consumer plumbing.
Functions§
- scene_
from_ batch - Build a
Scenefrom an edge batch.src/dstmust beInt64; the optionalsrc_label/dst_labelareUtf8(used to colour nodes). Rows with a null endpoint are skipped. - scene_
from_ edge_ batch - Convenience for the common
src/dst/sl/dlcolumn convention. - table_
from_ batch - Turn an Arrow
RecordBatchinto a scrollablefacett_table::Table— every column becomes a table column, cells formatted to strings. Pairs with facett-table’s virtualised scroll for big batches.