Introduction In this blog we will introduce a custom function and type in our SQL . In the end,we want to parse,validate and convert to a relational node for a simple query like"SELECT CAST(my_custom_function(name) as my_custom_type) FROM SAMPLE" . Setting up the basics A sample schema First we need a simple table named Sample : […]

Read more of this post