micromegas-analytics 0.3.0

analytics module of micromegas
Documentation
1
2
3
4
5
6
7
8
/// Write log entries as a SendableRecordBatchStream
pub mod async_log_stream;
/// Utilities to help deal with df expressions
pub mod expressions;
/// Stream a function's log as a table
pub mod log_stream_table_provider;
/// Execution plan interface for an async task
pub mod task_log_exec_plan;