Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add doc
Browse files Browse the repository at this point in the history
viirya committed Mar 1, 2023
1 parent 82fa873 commit df9e047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arrow-arith/src/arithmetic.rs
Original file line number Diff line number Diff line change
@@ -1172,6 +1172,9 @@ pub fn multiply_dyn_checked(
///
/// This performs decimal multiplication which allows precision loss if an exact representation
/// is not possible for the result. In the case, the result will be rounded.
///
/// Note that this kernel is not optimized for performance yet. It is implemented for compatibility
/// with precision loss `multiply` function provided by other data processing engines.
pub fn multiply_decimal(
left: &PrimitiveArray<Decimal128Type>,
right: &PrimitiveArray<Decimal128Type>,

0 comments on commit df9e047

Please sign in to comment.