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

Method add_bitWidth

cpp/src/generated/Schema_generated.h:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079 ::flatbuffers::FlatBufferBuilder &fbb_;
1080 ::flatbuffers::uoffset_t start_;
1081 void add_bitWidth(int32_t bitWidth) {
1082 fbb_.AddElement<int32_t>(Int::VT_BITWIDTH, bitWidth, 0);
1083 }
1084 void add_is_signed(bool is_signed) {
1085 fbb_.AddElement<uint8_t>(Int::VT_IS_SIGNED, static_cast<uint8_t>(is_signed), 0);
1086 }

Callers 3

CreateIntFunction · 0.45
CreateDecimalFunction · 0.45
CreateTimeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected