micromegas-analytics 0.19.0

analytics module of micromegas
Documentation
/// Write log entries as a SendableRecordBatchStream
pub mod async_log_stream;
/// Unified binary column accessor for Arrow arrays
pub mod binary_column_accessor;
/// Utilities to help deal with df expressions
pub mod expressions;
/// Compute histograms from SQL
pub mod histogram;
/// Helper to create JSON table providers
pub mod json_table_provider;
/// JSONB support
pub mod jsonb;
/// Stream a function's log as a table
pub mod log_stream_table_provider;
/// Convert a filtering expression to a physical predicate
pub mod predicate;
/// Unified string column accessor for Arrow arrays
pub mod string_column_accessor;
/// Execution plan interface for an async task
pub mod task_log_exec_plan;
/// Access to a RecordBatch's columns
pub mod typed_column;