Vivek1106-04 opened a new pull request, #51:
URL: https://github.com/apache/asterixdb/pull/51
Adds a builtin datasource function that exposes the runtime function
registry as queryable rows: { name, arity, category, private }. Category is
derived from existing engine predicates (window, aggregate, aggregate-scalar,
unnest, datasource, scalar), letting clients filter instead of hardcoding
function lists.
- BuiltinFunctions.getBuiltinFunctionIdentifiers(): read-only registry
accessor
- FunctionMetadata{Rewriter,Datasource,Function,Reader}: modeled on
jobs()/active_requests()
- registered (public) in MetadataBuiltinFunctions
- runtime test under misc/function_metadata
Change-Id: I58db212ca4876e634e1e28fca37f75f96f087c6d
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]