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

Method UpdateType

cpp/src/arrow/csv/column_decoder.cc:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168Status InferringColumnDecoder::Init() { return UpdateType(); }
169
170Status InferringColumnDecoder::UpdateType() {
171 return infer_status_.MakeConverter(pool_).Value(&converter_);
172}
173
174Result<std::shared_ptr<Array>> InferringColumnDecoder::RunInference(
175 const std::shared_ptr<BlockParser>& parser) {

Callers

nothing calls this directly

Calls 2

MakeConverterMethod · 0.80
ValueMethod · 0.45

Tested by

no test coverage detected