MCPcopy Create free account
hub / github.com/apache/datafusion / with_show_sizes

Method with_show_sizes

datafusion/datasource/src/memory.rs:391–394  ·  view source on GitHub ↗

Set `show_sizes` to determine whether to display partition sizes

(mut self, show_sizes: bool)

Source from the content-addressed store, hash-verified

389
390 /// Set `show_sizes` to determine whether to display partition sizes
391 pub fn with_show_sizes(mut self, show_sizes: bool) -> Self {
392 self.show_sizes = show_sizes;
393 self
394 }
395
396 /// Ref to partitions
397 pub fn partitions(&self) -> &[Vec<RecordBatch>] {

Callers 2

scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected