Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Slice
Method
Slice
cpp/src/arrow/record_batch.cc:445–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
std::shared_ptr<RecordBatch> RecordBatch::Slice(int64_t offset) const {
446
return Slice(offset, this->num_rows() - offset);
447
}
448
449
std::string RecordBatch::ToString() const {
450
std::stringstream ss;
Callers
1
Slice
Method · 0.45
Calls
2
num_rows
Method · 0.95
Slice
Function · 0.70
Tested by
no test coverage detected