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

Method is_finished

test-utils/src/data_gen.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 }
101
102 fn is_finished(&self) -> bool {
103 self.options.row_limit <= self.row_count
104 }
105
106 fn append(&mut self, rng: &mut StdRng, host: &str, service: &str) {
107 let num_pods = rng.random_range(self.options.pods_per_host.clone());

Callers 2

appendMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected