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

Method ToString

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

Source from the content-addressed store, hash-verified

297}
298
299std::string Array::ToString() const {
300 std::stringstream ss;
301 ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
302 return ss.str();
303}
304
305void PrintTo(const Array& x, std::ostream* os) { *os << x.ToString(); }
306

Callers 15

InvalidViewMethod · 0.45
UnifyMethod · 0.45
FormatValueMethod · 0.45
PrintToFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
VisitMethod · 0.45
InsertValuesMethod · 0.45
TEST_FFunction · 0.45
CheckAppendArraySliceMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TestFlattenAllEmptyMethod · 0.45

Calls 2

strMethod · 0.80
PrettyPrintFunction · 0.50

Tested by 10

ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36
CheckAppendArraySliceMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TestFlattenAllEmptyMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36