I could not find a way to pass &str from local String variable to function https://github.com/gintsgints/grpc-bdt-server/blob/master/src/main.rs
let constraint = format!("{} {} ${}", filter.column.to_string().clone(), filter.operator.to_string().clone(), i + 1);
select = select.where_clause(&constraint).clone();