Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ add_batch
Method
add_batch
datafusion/datasource/src/memory.rs:658–661 ·
view source on GitHub ↗
(&mut self, batch: RecordBatch)
Source
from the content-addressed store, hash-verified
656
}
657
658
fn add_batch(&mut self, batch: RecordBatch) {
659
self.row_count += batch.num_rows();
660
self.batches.push(batch);
661
}
662
}
663
664
impl fmt::Display for RePartition {
Callers
1
split
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected