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

ARROW-17455: [Go] Function and Kernel execution architecture #13964

Merged
merged 6 commits into from
Aug 25, 2022

Commits on Aug 24, 2022

  1. ARROW-17500: [Go] Kernel and KernelContext interfaces (apache#13946)

    This implements the interface for Kernels along with a `KernelSignature` struct and the type matching for `InputType` and `OutputType` via a `TypeMatcher` interface. Along with tests for all of the above.
    
    Authored-by: Matt Topol <zotthewizard@gmail.com>
    Signed-off-by: Matt Topol <zotthewizard@gmail.com>
    zeroshade committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5984c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35228b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf3b0a View commit details
    Browse the repository at this point in the history
  4. add license to go.work file

    zeroshade committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8c37cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4302979 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    7f06516 View commit details
    Browse the repository at this point in the history