MCPcopy Create free account
hub / github.com/apache/arrow / Rescale

Method Rescale

cpp/src/arrow/util/basic_decimal.cc:1079–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079DecimalStatus BasicDecimal32::Rescale(int32_t original_scale, int32_t new_scale,
1080 BasicDecimal32* out) const {
1081 return DecimalRescale(*this, original_scale, new_scale, out);
1082}
1083
1084DecimalStatus BasicDecimal64::Rescale(int32_t original_scale, int32_t new_scale,
1085 BasicDecimal64* out) const {

Callers 14

garrow_decimal_rescaleFunction · 0.80
DecimalFromStdStringFunction · 0.80
MakeDecimalVectorFunction · 0.80
MoveSingleCellImplMethod · 0.80
ConvertMethod · 0.80
TYPED_TESTFunction · 0.80
TESTFunction · 0.80
DecodeMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80

Calls 1

DecimalRescaleFunction · 0.85

Tested by 5

MakeDecimalVectorFunction · 0.64
TYPED_TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
MakeDecimalVectorMethod · 0.64