apply

Function apply 

Source
pub fn apply<C: IntoIterator<Item = Column>>(
    expr: Expr,
    columns: C,
    return_type: &str,
) -> Expr
Expand description

Create a ClickHouse Higher Order Function UDF that will be executed on the ClickHouse server.