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

Method ToString

cpp/src/arrow/compute/kernel.cc:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 std::string ToString() const override {
146 std::stringstream ss;
147 ss << ArrowType::type_name() << "(" << ::arrow::internal::ToString(accepted_unit_)
148 << ")";
149 return ss.str();
150 }
151
152 private:
153 TimeUnit::type accepted_unit_;

Callers

nothing calls this directly

Calls 3

strMethod · 0.80
type_nameFunction · 0.70
ToStringFunction · 0.50

Tested by

no test coverage detected