Skip to content

Commit

Permalink
generate_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
renevdzee committed Nov 9, 2023
1 parent 3481de7 commit b83ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_functions/function_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ static StaticFunctionDefinition internal_functions[] = {
DUCKDB_SCALAR_FUNCTION_SET(GreatestFun),
DUCKDB_SCALAR_FUNCTION_SET(GreatestCommonDivisorFun),
DUCKDB_AGGREGATE_FUNCTION_SET_ALIAS(GroupConcatFun),
DUCKDB_AGGREGATE_FUNCTION_SET_ALIAS(ListaggFun),
DUCKDB_SCALAR_FUNCTION(HammingFun),
DUCKDB_SCALAR_FUNCTION(HashFun),
DUCKDB_SCALAR_FUNCTION_SET(HexFun),
Expand Down Expand Up @@ -214,6 +213,7 @@ static StaticFunctionDefinition internal_functions[] = {
DUCKDB_SCALAR_FUNCTION(ListTransformFun),
DUCKDB_SCALAR_FUNCTION(ListUniqueFun),
DUCKDB_SCALAR_FUNCTION(ListValueFun),
DUCKDB_AGGREGATE_FUNCTION_SET_ALIAS(ListaggFun),
DUCKDB_SCALAR_FUNCTION(LnFun),
DUCKDB_SCALAR_FUNCTION_ALIAS(LogFun),
DUCKDB_SCALAR_FUNCTION(Log10Fun),
Expand Down

0 comments on commit b83ae35

Please sign in to comment.