pub fn apply<C: IntoIterator<Item = Column>>( expr: Expr, columns: C, return_type: &str, ) -> Expr
Create a ClickHouse Higher Order Function UDF that will be executed on the ClickHouse server.
ClickHouse