micromegas-analytics 0.5.0

analytics module of micromegas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// 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;
/// Get min & max from the time column
pub mod min_max_time_df;
/// Convert a filtering expression to a physical predicate
pub mod predicate;
/// Execution plan interface for an async task
pub mod task_log_exec_plan;
/// Access to a RecordBatch's columns
pub mod typed_column;