Expand description
Shared analytics query library.
Extracts SQL, bucketing, and derived-metric logic from CLI commands into a
reusable module consumed by both cass analytics * CLI commands and the
FrankenTUI analytics dashboards.
§Module structure
Re-exports§
pub use types::AnalyticsError;pub use types::AnalyticsFilter;pub use types::AnalyticsResult;pub use types::BreakdownResult;pub use types::BreakdownRow;pub use types::CoverageInfo;pub use types::DerivedMetrics;pub use types::Dim;pub use types::DriftInfo;pub use types::DriftSignal;pub use types::GroupBy;pub use types::Metric;pub use types::SessionScatterPoint;pub use types::SourceFilter;pub use types::StatusResult;pub use types::TableInfo;pub use types::TimeseriesResult;pub use types::ToolReport;pub use types::ToolRow;pub use types::UnpricedModel;pub use types::UnpricedModelsReport;pub use types::UsageBucket;pub use validate::ValidateConfig;pub use validate::ValidationReport;