Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ can_flush_early
Method
can_flush_early
datafusion/datasource-csv/src/file_format.rs:345–347 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
343
}
344
345
fn can_flush_early(&self) -> bool {
346
self.inner.capacity() == 0
347
}
348
}
349
350
impl Debug for CsvSerializer {
Callers
1
next
Method · 0.45
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected