pub fn configure_analyzer_rules(
state: &SessionState,
) -> Vec<Arc<dyn AnalyzerRule + Send + Sync>>Expand description
Given a SessionState, configure the analyzer rules for the ClickHouse session context.
pub fn configure_analyzer_rules(
state: &SessionState,
) -> Vec<Arc<dyn AnalyzerRule + Send + Sync>>Given a SessionState, configure the analyzer rules for the ClickHouse session context.