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

Method show_sizes

datafusion/datasource/src/memory.rs:407–409  ·  view source on GitHub ↗

Show sizes

(&self)

Source from the content-addressed store, hash-verified

405
406 /// Show sizes
407 pub fn show_sizes(&self) -> bool {
408 self.show_sizes
409 }
410
411 /// Ref to sort information
412 pub fn sort_information(&self) -> &[LexOrdering] {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected