MCPcopy Create free account
hub / github.com/apache/arrow-rs / add

Method add

arrow-arith/src/numeric.rs:627–629  ·  view source on GitHub ↗
(left: Self::Native, right: Self::Native)

Source from the content-addressed store, hash-verified

625
626impl IntervalOp for IntervalYearMonthType {
627 fn add(left: Self::Native, right: Self::Native) -> Result<Self::Native, ArrowError> {
628 left.add_checked(right)
629 }
630
631 fn sub(left: Self::Native, right: Self::Native) -> Result<Self::Native, ArrowError> {
632 left.sub_checked(right)

Callers 5

buffer_lenMethod · 0.45
trusted_len_unzipFunction · 0.45
valueMethod · 0.45
value_uncheckedMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected