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

Function Advance

cpp/src/arrow/buffer_builder.h:136–136  ·  view source on GitHub ↗

Advance pointer and zero out memory

Source from the content-addressed store, hash-verified

134
135 // Advance pointer and zero out memory
136 Status Advance(const int64_t length) { return Append(length, 0); }
137
138 // Advance pointer, but don't allocate or zero memory
139 void UnsafeAdvance(const int64_t length) { size_ += length; }

Callers 5

interfaces.hFile · 0.85
AdvanceAndMemoizeMethod · 0.85
GetBatchInByteMethod · 0.85
GetBatchMethod · 0.85
GetBatchMethod · 0.85

Calls 1

AppendFunction · 0.70

Tested by

no test coverage detected