MCPcopy 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

ResetMethod · 0.70
ResetMethod · 0.70
ResetFullMethod · 0.70
FinishWithDictOffsetMethod · 0.70
ResetMethod · 0.70
FinishInternalMethod · 0.70
ResetMethod · 0.70
FinishInternalMethod · 0.70
ResetMethod · 0.70
ResetMethod · 0.70
ResetMethod · 0.70
ResetMethod · 0.70

Calls 1

clearMethod · 0.45

Tested by 7

SchemaStructBuilderMethod · 0.40
SetUpMethod · 0.40
CheckImportMethod · 0.40
SetUpMethod · 0.40
CheckImportMethod · 0.40
CheckImportErrorMethod · 0.40
TEST_FFunction · 0.40