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

Method add_offset

cpp/src/generated/feather_generated.h:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 fbb_.AddElement<int8_t>(PrimitiveArray::VT_ENCODING, static_cast<int8_t>(encoding), 0);
317 }
318 void add_offset(int64_t offset) {
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 }

Callers 1

CreatePrimitiveArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected