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

Function PrintTo

cpp/src/arrow/array/array_base.cc:305–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void PrintTo(const Array& x, std::ostream* os) { *os << x.ToString(); }
306
307Result<std::shared_ptr<Array>> Array::View(
308 const std::shared_ptr<DataType>& out_type) const {

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected