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

Method Append

cpp/src/arrow/csv/column_builder.cc:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 : ColumnBuilder(std::move(task_group)), pool_(pool), col_index_(col_index) {}
56
57 void Append(const std::shared_ptr<BlockParser>& parser) override {
58 Insert(static_cast<int64_t>(chunks_.size()), parser);
59 }
60
61 Result<std::shared_ptr<ChunkedArray>> Finish() override {
62 std::lock_guard<std::mutex> lock(mutex_);

Callers 7

MakeStrTestBatchFunction · 0.45
ReadAsyncMethod · 0.45
InitializeTrieFunction · 0.45
ConvertMethod · 0.45
AssertBuildingMethod · 0.45
InsertMethod · 0.45
ScheduleConvertChunkMethod · 0.45

Calls 2

InsertFunction · 0.85
sizeMethod · 0.45

Tested by 1

AssertBuildingMethod · 0.36