List of all items
Structs
- app::AnalyzeParams
- app::AnalyzeResult
- app::CommandOutput
- app::DryRunInfo
- cache::QueryCache
- cli::Cli
- config::Config
- config::LlmConfig
- config::RetryConfig
- config::RulesConfig
- error::AppError
- llm::LlmClient
- output::AnalysisResult
- output::OutputOptions
- preprocessor::Preprocessor
- preprocessor::PreprocessorMetadata
- preprocessor::PreprocessorResult
- query::Query
- rules::AnalysisReport
- rules::RuleInfo
- rules::RuleRunner
- rules::Violation
- rules::schema_aware::ColumnNotInSchema
- rules::schema_aware::MissingIndexOnFilterColumn
- rules::schema_aware::SuggestIndex
- schema::ColumnInfo
- schema::IndexInfo
- schema::Schema
- schema::TableInfo
Enums
- cli::Commands
- cli::Dialect
- cli::Format
- cli::Provider
- llm::LlmProvider
- output::OutputFormat
- query::QueryType
- query::SqlDialect
- rules::RuleCategory
- rules::Severity
Traits
Functions
- app::build_llm_provider
- app::calculate_exit_code
- app::convert_dialect
- app::convert_format
- app::create_output_options
- app::execute_command
- app::get_effective_model
- app::get_effective_ollama_url
- app::has_llm_access
- app::parse_queries_cached
- app::read_queries_input
- app::run_analyze
- cache::cache_queries
- cache::get_cached
- error::config_error
- error::file_read_error
- error::http_error
- error::llm_api_error
- error::query_parse_error
- error::schema_parse_error
- output::format_analysis_result
- output::format_queries_summary
- output::format_static_analysis
- preprocessor::clickhouse::preprocess
- query::parse_queries