Commits


Artem Alekseev authored and François Saint-Jacques committed f836c741b8e
ARROW-1562: [C++] Numeric kernel implementations for add It's just an initial AddKernel implementation (work in progress). I could not come up with a better implementation of type inference, so I want to hear your thoughts about implementation. Closes #5021 from fexolm/ARROW-1562 and squashes the following commits: 0381a8f4f <Artem> fix compilation warnings 21ba01875 <Artem> fix lint warning 9280f592b <Artem> Remove type inference and add support for nulls 6ec45562f <Artem Alekseev> Merge upstream master 813e93da9 <Artem Alekseev> ARROW-1562 initial implementation Lead-authored-by: Artem Alekseev <artem.alekseev@intel.com> Co-authored-by: Artem <artem.alekseev@intel.com> Signed-off-by: François Saint-Jacques <fsaintjacques@gmail.com>