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

Method Finish

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

Source from the content-addressed store, hash-verified

356}
357
358Result<std::shared_ptr<ChunkedArray>> InferringColumnBuilder::Finish() {
359 std::lock_guard<std::mutex> lock(mutex_);
360
361 parsers_.clear();
362 return FinishUnlocked();
363}
364
365//////////////////////////////////////////////////////////////////////////
366// Factory functions

Callers 13

MakeStrTestBatchFunction · 0.45
BenchmarkWriteCsvFunction · 0.45
ReadMethod · 0.45
InitializeTrieFunction · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45
WriteRecordBatchFunction · 0.45
AssertBuildingMethod · 0.45
TEST_FFunction · 0.45
InsertMethod · 0.45
ToCsvStringMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 4

AssertBuildingMethod · 0.36
TEST_FFunction · 0.36
ToCsvStringMethod · 0.36