embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Create a way to actually register function with alias even it already exists

Open Vedin opened this issue 6 months ago • 0 comments

Currently, we have some functions that are rewritten with visitor in function_rewriter.rs. E.G. some datetime functions. We need to reconsider this approach because it can be confusing during explain and analyse queries. Also, it doesn't cover current approach for unimplemented functions

Vedin avatar Jun 11 '25 12:06 Vedin