MCPcopy 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
127std::string ExecBatch::ToString() const {
128 std::stringstream ss;
129 PrintTo(*this, &ss);
130 return ss.str();
131}
132
133ExecBatch ExecBatch::Slice(int64_t offset, int64_t length) const {
134 ExecBatch out = *this;

Callers 15

TEST_FFunction · 0.45
GetDLDataTypeFunction · 0.45
ExportDeviceFunction · 0.45
ExportingNotImplementedFunction · 0.45
ExportMethod · 0.45
MakeSchemaMethod · 0.45
DoImportMethod · 0.45
ProcessMapMethod · 0.45
ProcessREEMethod · 0.45
DoImportMethod · 0.45
VisitMethod · 0.45
ImportBinaryViewMethod · 0.45

Calls 2

strMethod · 0.80
PrintToFunction · 0.70

Tested by 11

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
ExpectBindsToFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
operator()Function · 0.36
ExpectMethod · 0.36
TESTFunction · 0.36