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

Method add_is_signed

cpp/src/generated/Schema_generated.h:1084–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1087 explicit IntBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
1088 : fbb_(_fbb) {
1089 start_ = fbb_.StartTable();

Callers 1

CreateIntFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected