MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / offsetBy

Method offsetBy

src/common/arrow/arrow_null_mask_tree.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18ArrowNullMaskTree ArrowNullMaskTree::offsetBy(int64_t offset) {
19 // this operation is mostly a special case for dictionary/run-end encoding
20 ArrowNullMaskTree ret(*this);
21 ret.offset += offset;
22 return ret;
23}
24
25bool ArrowNullMaskTree::copyFromBuffer(const void* buffer, uint64_t srcOffset, uint64_t count) {
26 if (buffer == nullptr) {

Callers 3

scanArrowArrayDenseUnionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected