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

Method UpdateType

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

Source from the content-addressed store, hash-verified

257Status InferringColumnBuilder::Init() { return UpdateType(); }
258
259Status InferringColumnBuilder::UpdateType() {
260 return infer_status_.MakeConverter(pool_).Value(&converter_);
261}
262
263void InferringColumnBuilder::ScheduleConvertChunk(int64_t chunk_index) {
264 task_group_->Append([self = shared_from_this(), this, chunk_index]() {

Callers

nothing calls this directly

Calls 2

MakeConverterMethod · 0.80
ValueMethod · 0.45

Tested by

no test coverage detected