Function datafusion::common::scalar::op_mdn
source · pub fn op_mdn(lhs: i128, rhs: i128, sign: i32) -> i128
Expand description
This function adds/subtracts two “raw” intervals (lhs
and rhs
) of
the same type IntervalMonthDayNanoType
. The argument sign
chooses between
addition and subtraction. The return value is an 128-bit integer. It can be
involved in a IntervalMonthDayNanoType
in the outer scope.