class DuckDB::ScalarFunctionSet

DuckDB::ScalarFunctionSet encapsulates DuckDB’s scalar function set, which allows registering multiple overloads of a scalar function under one name.

@note DuckDB::ScalarFunctionSet is experimental.