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

Method type

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

Source from the content-addressed store, hash-verified

146
147 protected:
148 std::shared_ptr<DataType> type() const override {
149 DCHECK_NE(converter_, nullptr);
150 return converter_->type();
151 }
152
153 Status UpdateType();
154 Result<std::shared_ptr<Array>> RunInference(const std::shared_ptr<BlockParser>& parser);

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected