araddon/qlbridge

Functions should support per-function shared state

araddon opened this issue · 0 comments

Many functions can have per-function shared state as many arguments are static for that parsed expression.

Maybe the Validate can return the func?

// The last arg "," is static, and the function should be able to pre-calculate that value
join(arg1,arg2, ",")