macro_rules! create_left_integral_dyn_kernel {
($FUNC:ident, $KERNEL:ident) => { ... };
}Expand description
Creates a $FUNC(left: ArrayRef, right: ArrayRef) that downcasts left / right to the appropriate integral type and calls the kernel
macro_rules! create_left_integral_dyn_kernel {
($FUNC:ident, $KERNEL:ident) => { ... };
}Creates a $FUNC(left: ArrayRef, right: ArrayRef) that downcasts left / right to the appropriate integral type and calls the kernel