qlbridge icon indicating copy to clipboard operation
qlbridge copied to clipboard

Support funcs on context-wrapper/structs

Open araddon opened this issue 10 years ago • 0 comments

Allow functions in XQL to pass through to structs, instead of only supporting builtin funcs.

for example FirstName() below would pass through to context-reader instead of builtins

SELECT  FirstName("--") FROM user

araddon avatar Dec 24 '15 17:12 araddon