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

Method with_row_limit

test-utils/src/data_gen.rs:311–314  ·  view source on GitHub ↗

Return up to row_limit rows;

(mut self, row_limit: usize)

Source from the content-addressed store, hash-verified

309
310 /// Return up to row_limit rows;
311 pub fn with_row_limit(mut self, row_limit: usize) -> Self {
312 self.options.row_limit = row_limit;
313 self
314 }
315
316 /// Set the number of pods per host
317 pub fn with_pods_per_host(mut self, range: Range<usize>) -> Self {

Callers 1

access_log_batchesFunction · 0.80

Calls

no outgoing calls

Tested by 1

access_log_batchesFunction · 0.64