Commits


Johnnathan authored and Pindikura Ravindra committed 3e56a949c73
ARROW-15940: [Gandiva][C++] Add NEGATIVE function for decimal data type This PR implements the NEGATIVE function for decimal data type. The function receive a decimal128() and return a negative decimal128(). Closes #12581 from Johnnathanalmeida/feature/negative-function-for-decimal Authored-by: Johnnathan <johnnathanalmeida@gmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>