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

Function PrintTo

cpp/src/arrow/compute/function.cc:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void PrintTo(const FunctionOptions& options, std::ostream* os) {
77 *os << options.ToString();
78}
79
80static const FunctionDoc kEmptyFunctionDoc{};
81

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected