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

Method add_total_bytes

cpp/src/generated/feather_generated.h:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 fbb_.AddElement<int64_t>(PrimitiveArray::VT_NULL_COUNT, null_count, 0);
326 }
327 void add_total_bytes(int64_t total_bytes) {
328 fbb_.AddElement<int64_t>(PrimitiveArray::VT_TOTAL_BYTES, total_bytes, 0);
329 }
330 explicit PrimitiveArrayBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
331 : fbb_(_fbb) {
332 start_ = fbb_.StartTable();

Callers 1

CreatePrimitiveArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected