Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ flush
Method
flush
datafusion/datasource/src/write/mod.rs:64–67 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
62
}
63
64
fn flush(&mut self) -> std::io::Result<()> {
65
let mut buffer = self.buffer.try_lock().unwrap();
66
Write::flush(&mut *buffer)
67
}
68
}
69
70
/// A trait that defines the methods required for a RecordBatch serializer.
Callers
1
next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected