Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
std::string Array::ToString() const {
300
std::stringstream ss;
301
ARROW_CHECK_OK(PrettyPrint(*this, 0, &ss));
302
return ss.str();
303
}
304
305
void PrintTo(const Array& x, std::ostream* os) { *os << x.ToString(); }
306
Callers
15
InvalidView
Method · 0.45
Unify
Method · 0.45
FormatValue
Method · 0.45
PrintTo
Function · 0.45
ASSERT_OK_AND_ASSIGN
Function · 0.45
Visit
Method · 0.45
InsertValues
Method · 0.45
TEST_F
Function · 0.45
CheckAppendArraySlice
Method · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
TestFlattenAllEmpty
Method · 0.45
Calls
2
str
Method · 0.80
PrettyPrint
Function · 0.50
Tested by
10
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST_F
Function · 0.36
CheckAppendArraySlice
Method · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TestFlattenAllEmpty
Method · 0.36
TestFlattenNonEmptyBackingNulls
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_P
Function · 0.36