qlbridge
qlbridge copied to clipboard
Support funcs on context-wrapper/structs
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