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