CypherConfiguration

Trait CypherConfiguration 

Source
pub trait CypherConfiguration: Send + Sync {
    // Required method
    fn get_aggregating_function_names(&self) -> HashSet<String>;
}

Required Methods§

Implementors§