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

Method add_byteWidth

cpp/src/generated/Schema_generated.h:1363–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361 ::flatbuffers::FlatBufferBuilder &fbb_;
1362 ::flatbuffers::uoffset_t start_;
1363 void add_byteWidth(int32_t byteWidth) {
1364 fbb_.AddElement<int32_t>(FixedSizeBinary::VT_BYTEWIDTH, byteWidth, 0);
1365 }
1366 explicit FixedSizeBinaryBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
1367 : fbb_(_fbb) {
1368 start_ = fbb_.StartTable();

Callers 1

CreateFixedSizeBinaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected