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

Method ToString

cpp/src/arrow/ipc/message_internal_test.cc:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 IpcWriteOptions options = {};
121
122 std::string ToString() const {
123 std::stringstream ss;
124 ss << *this;
125 return std::move(ss).str();
126 }
127
128 friend std::ostream& operator<<(std::ostream& os, const SampleMessageParams& p) {
129 os << "legacy IPC = " << p.options.write_legacy_ipc_format << ", "

Callers 15

ConvertJsonToArrowFunction · 0.45
ConvertArrowToJsonFunction · 0.45
ValidateArrowVsJsonFunction · 0.45
mkstempMethod · 0.45
mainFunction · 0.45
StatusToErrorStringFunction · 0.45
TempFileMethod · 0.45
TempFileMethod · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
SetUpMethod · 0.45
WillNeedMethod · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected