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

Method add_encoding

cpp/src/generated/feather_generated.h:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 fbb_.AddElement<int8_t>(PrimitiveArray::VT_TYPE, static_cast<int8_t>(type), 0);
314 }
315 void add_encoding(arrow::ipc::feather::fbs::Encoding encoding) {
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 }

Callers 1

CreatePrimitiveArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected