Kùzu C++ API
|
#include <binary_function_executor.h>
Static Public Member Functions | |
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename OP > | |
static void | operation (LEFT_TYPE &left, RIGHT_TYPE &right, RESULT_TYPE &result, common::ValueVector *, common::ValueVector *, common::ValueVector *, uint64_t, void *) |
Binary operator assumes function with null returns null. This does NOT applies to binary boolean operations (e.g. AND, OR, XOR).
|
inlinestatic |