Skip to content
Snippets Groups Projects
Commit 77e4c842 authored by Kirill Shcherbatov's avatar Kirill Shcherbatov Committed by Georgy Kirichenko
Browse files

sql: wrap all trim functions in dispatcher

A new dispatcher function trim_func calls corresponding trim_
function implementation in relation with number of argc - a count
of arguments.

This is an important step to get rid of function's name
overloading required for replace FuncDef cache with Tarantool's
function cache.

Needed for #2200, #4113, #2233
parent a46b5200
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment