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

Method ScheduleConvertChunk

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

Source from the content-addressed store, hash-verified

261}
262
263void InferringColumnBuilder::ScheduleConvertChunk(int64_t chunk_index) {
264 task_group_->Append([self = shared_from_this(), this, chunk_index]() {
265 return TryConvertChunk(chunk_index);
266 });
267}
268
269Status InferringColumnBuilder::TryConvertChunk(int64_t chunk_index) {
270 std::unique_lock<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected