Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FunctionManager #11851

Merged
merged 3 commits into from
Feb 23, 2019
Merged

Add FunctionManager #11851

merged 3 commits into from
Feb 23, 2019

Commits on Feb 22, 2019

  1. Add FunctionNamespace and FunctionManager

    Introduce the concept of FunctionNamespace and FunctionManager.
    Current implmentation of FunctionNamespace delegate all operations to
    FunctionRegistry. FunctionManager only manages one FunctionNamespace
    which is the wrapper of FunctionRegistry.
    rongrong committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    ea1df17 View commit details
    Browse the repository at this point in the history
  2. Move public static methods out of FunctionRegistry

    As a preparation step for removing references to FunctionRegistry outside
    of the package, move public static methods in FunctionRegistry to
    Operatorsignatureutil and LiteralEncoder.
    rongrong committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    82ba4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8810c29 View commit details
    Browse the repository at this point in the history