Commits


Matt Topol authored and GitHub committed 28b81ec1242
ARROW-17500: [Go] Kernel and KernelContext interfaces (#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>