Commits

Benjamin Kietzman authored a8c89e3566c
ARROW-10669: [C++][Compute] Support scalar arguments to Boolean compute functions - "and", "or", "xor", "and_kleene", and "or_kleene" gain support for scalar arguments. - Added new functions "and_not" and "and_not_kleene" - repaired and simplified some null propagation logic Closes #8728 from bkietz/10669-Support-Scalar-inputs-to- Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>