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

Method type

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

Source from the content-addressed store, hash-verified

77
78 protected:
79 std::shared_ptr<DataType> type() const override { return type_; }
80
81 std::shared_ptr<DataType> type_;
82};

Callers 7

DecodedArraysToBatchMethod · 0.45
MakeTableMethod · 0.45
typeMethod · 0.45
DecodeMethod · 0.45
MakeBatchFunction · 0.45
UpdateRowLengthsMethod · 0.45
MakePopulatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected