Module functions

Module functions 

Source
Expand description

List of functions to create the various ClickHouse-specific UDFs.

Functions§

apply
Create a ClickHouse Higher Order Function UDF that will be executed on the ClickHouse server.
clickhouse
Create a ClickHouse UDF that will be executed on the ClickHouse server.
clickhouse_apply
Alias for self::apply
clickhouse_eval
Create a ClickHouse UDF to be ‘evaluated’ on the ClickHouse server.
clickhouse_lambda
Alias for self::apply
clickhouse_map
Alias for self::apply
lambda
Alias for self::apply