Skip to content

Commit

Permalink
finish shift left and right (ClickHouse#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li authored Nov 30, 2022
1 parent e5b7449 commit b67c21b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/local-engine/Parser/SerializedPlanParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ static const std::map<std::string, std::string> SCALAR_FUNCTIONS = {
{"greatest", "greatest"},
{"least", "least"},
{"quarter", "toQuarter"},
{"shiftleft", "bitShiftLeft"},
{"shiftright", "bitShiftRight"},

/// string functions
{"like", "like"},
Expand Down

0 comments on commit b67c21b

Please sign in to comment.