Skip to content

Commit 7944fcb

Browse files
committed
Fix
1 parent 96b4e4c commit 7944fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/BuzzHouse/Generator/SQLFuncs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ const std::vector<CHFunction> CHFuncs = {
621621
CHFunction(SQLFunc::FUNCasin, 0, 0, 1, 1),
622622
CHFunction(SQLFunc::FUNCacos, 0, 0, 1, 1),
623623
CHFunction(SQLFunc::FUNCatan, 0, 0, 1, 1),
624-
CHFunction(SQLFunc::FUNCpow, 0, 0, 1, 1),
624+
CHFunction(SQLFunc::FUNCpow, 0, 0, 2, 2),
625625
CHFunction(SQLFunc::FUNCcosh, 0, 0, 1, 1),
626626
CHFunction(SQLFunc::FUNCacosh, 0, 0, 1, 1),
627627
CHFunction(SQLFunc::FUNCsinh, 0, 0, 1, 1),

0 commit comments

Comments
 (0)