micromegas-analytics 0.11.0

analytics module of micromegas
Documentation
/// Write log entries as a SendableRecordBatchStream
pub mod async_log_stream;
/// Utilities to help deal with df expressions
pub mod expressions;
/// Compute histograms from SQL
pub mod histogram;
// /// JSONB support
// #[cfg(feature = "jsonb")]
// pub mod jsonb;
/// 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;