1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Implement SPACE() and QUOTE() functions.

This commit is contained in:
Gagan Goel
2019-11-28 02:11:22 +00:00
parent a9717ad49d
commit feaa9cb659
5 changed files with 192 additions and 0 deletions

View File

@ -71,6 +71,7 @@ set(funcexp_LIB_SRCS
func_pow.cpp
func_period_add.cpp
func_period_diff.cpp
func_quote.cpp
func_quarter.cpp
func_rand.cpp
func_regexp.cpp
@ -85,6 +86,7 @@ set(funcexp_LIB_SRCS
func_sec_to_time.cpp
func_sha.cpp
func_sign.cpp
func_space.cpp
func_str_to_date.cpp
func_strcmp.cpp
func_substr.cpp