Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/kernels/codegen_internal.h
Browse files Browse the repository at this point in the history
Co-authored-by: mwish <[email protected]>
  • Loading branch information
khwilson and mapleFU authored Oct 14, 2024
1 parent 0946f65 commit 1a3b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/codegen_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ Status CastDecimalArgs(TypeHolder* begin, size_t count);
/// Given a DataType, if it is a DecimalType, return a DecimalType with the same scale
/// and the maximum precision for that DecimalType.
///
/// If it is _not_ a DecimalType, return a Status::TypeError
/// If it is _not_ a DecimalType, returns a Status::TypeError.
ARROW_EXPORT
Result<std::shared_ptr<DataType>> WidenDecimalToMaxPrecision(
std::shared_ptr<DataType> type);
Expand Down

0 comments on commit 1a3b1c4

Please sign in to comment.