pub fn datetime_arithmetic(
left: &LiteralValue,
op: &ArithmeticComputation,
right: &LiteralValue,
) -> OperationResultExpand description
Perform date/datetime arithmetic, returning OperationResult (Veto on error)
pub fn datetime_arithmetic(
left: &LiteralValue,
op: &ArithmeticComputation,
right: &LiteralValue,
) -> OperationResultPerform date/datetime arithmetic, returning OperationResult (Veto on error)