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

Method add_precision

cpp/src/generated/Schema_generated.h:1485–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483 ::flatbuffers::FlatBufferBuilder &fbb_;
1484 ::flatbuffers::uoffset_t start_;
1485 void add_precision(int32_t precision) {
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 }

Callers 2

CreateFloatingPointFunction · 0.45
CreateDecimalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected