MCPcopy 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
446std::shared_ptr<RecordBatch> RecordBatch::Slice(int64_t offset) const {
447 return Slice(offset, this->num_rows() - offset);
448}
449
450std::string RecordBatch::ToString() const {
451 std::stringstream ss;

Callers 1

SliceMethod · 0.45

Calls 2

num_rowsMethod · 0.95
SliceFunction · 0.70

Tested by

no test coverage detected