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:446–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
std::shared_ptr<RecordBatch> RecordBatch::Slice(int64_t offset) const {
447
return Slice(offset, this->num_rows() - offset);
448
}
449
450
std::string RecordBatch::ToString() const {
451
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