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

Function PrintTo

cpp/src/arrow/scalar.cc:1437–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435}
1436
1437void PrintTo(const Scalar& scalar, std::ostream* os) { *os << scalar.ToString(); }
1438
1439} // namespace arrow

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected