Skip to content

Commit

Permalink
remove concat function parser
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Aug 22, 2024
1 parent 75c79f1 commit d2c1aa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Initcap, initcap, initcapUTF8);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Conv, conv, sparkConv);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Uuid, uuid, generateUUIDv4);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Levenshtein, levenshtein, editDistanceUTF8);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Concat, concat, concat);

REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Crc32, crc32, CRC32);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Murmur3Hash, murmur3hash, sparkMurmurHash3_32);
Expand Down
80 changes: 0 additions & 80 deletions cpp-ch/local-engine/Parser/scalar_function_parser/concat.cpp

This file was deleted.

0 comments on commit d2c1aa9

Please sign in to comment.