Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Function
Reset
cpp/src/arrow/array/builder_binary.h:539–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
void Reset() {
540
current_offset_ = 0;
541
current_out_buffer_ = NULLPTR;
542
current_remaining_bytes_ = 0;
543
blocks_.clear();
544
}
545
546
int64_t current_remaining_bytes() const { return current_remaining_bytes_; }
547
Callers
15
Reset
Method · 0.70
Reset
Method · 0.70
ResetFull
Method · 0.70
FinishWithDictOffset
Method · 0.70
Reset
Method · 0.70
FinishInternal
Method · 0.70
Reset
Method · 0.70
FinishInternal
Method · 0.70
Reset
Method · 0.70
Reset
Method · 0.70
Reset
Method · 0.70
Reset
Method · 0.70
Calls
1
clear
Method · 0.45
Tested by
8
SchemaStructBuilder
Method · 0.40
SetUp
Method · 0.40
CheckImport
Method · 0.40
SetUp
Method · 0.40
CheckImport
Method · 0.40
CheckImportError
Method · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40