Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToString
Method
ToString
cpp/src/arrow/compute/exec.cc:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
std::string ExecBatch::ToString() const {
128
std::stringstream ss;
129
PrintTo(*this, &ss);
130
return ss.str();
131
}
132
133
ExecBatch ExecBatch::Slice(int64_t offset, int64_t length) const {
134
ExecBatch out = *this;
Callers
15
TEST_F
Function · 0.45
GetDLDataType
Function · 0.45
ExportDevice
Function · 0.45
ExportingNotImplemented
Function · 0.45
Export
Method · 0.45
MakeSchema
Method · 0.45
DoImport
Method · 0.45
ProcessMap
Method · 0.45
ProcessREE
Method · 0.45
DoImport
Method · 0.45
Visit
Method · 0.45
ImportBinaryView
Method · 0.45
Calls
2
str
Method · 0.80
PrintTo
Function · 0.70
Tested by
11
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
ExpectBindsTo
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
operator()
Function · 0.36
Expect
Method · 0.36
TEST
Function · 0.36