mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
This moves the way Painless maintains function headers for use across compilation into its own class - FunctionTable. This allows us to store a dedicated object for function lookup at runtime for the def type instead of a loose Map of functions.