Searched refs:StdlibFunctionArgImpl (Results 1 – 1 of 1) sorted by relevance
199 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));214 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));233 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));321 class StdlibFunctionArgImpl implements SqlArgument { class