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

Method add_scale

cpp/src/generated/Schema_generated.h:1488–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486 fbb_.AddElement<int32_t>(Decimal::VT_PRECISION, precision, 0);
1487 }
1488 void add_scale(int32_t scale) {
1489 fbb_.AddElement<int32_t>(Decimal::VT_SCALE, scale, 0);
1490 }
1491 void add_bitWidth(int32_t bitWidth) {
1492 fbb_.AddElement<int32_t>(Decimal::VT_BITWIDTH, bitWidth, 128);
1493 }

Callers 1

CreateDecimalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected