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

Method add_length

cpp/src/generated/feather_generated.h:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 fbb_.AddElement<int64_t>(PrimitiveArray::VT_OFFSET, offset, 0);
320 }
321 void add_length(int64_t length) {
322 fbb_.AddElement<int64_t>(PrimitiveArray::VT_LENGTH, length, 0);
323 }
324 void add_null_count(int64_t null_count) {
325 fbb_.AddElement<int64_t>(PrimitiveArray::VT_NULL_COUNT, null_count, 0);
326 }

Callers 1

CreatePrimitiveArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected