MCPcopy 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
350impl Debug for CsvSerializer {

Callers 1

nextMethod · 0.45

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected