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

Method with_maxrows

datafusion-cli/src/print_format.rs:553–556  ·  view source on GitHub ↗

set maxrows

(mut self, maxrows: MaxRows)

Source from the content-addressed store, hash-verified

551
552 /// set maxrows
553 fn with_maxrows(mut self, maxrows: MaxRows) -> Self {
554 self.maxrows = maxrows;
555 self
556 }
557
558 /// set with_header
559 fn with_header(mut self, with_header: WithHeader) -> Self {

Calls

no outgoing calls