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

Method default

test-utils/src/data_gen.rs:40–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39impl Default for GeneratorOptions {
40 fn default() -> Self {
41 Self {
42 row_limit: usize::MAX,
43 pods_per_host: 1..15,
44 containers_per_pod: 1..3,
45 entries_per_container: 1024..8192,
46 include_nulls: false,
47 }
48 }
49}
50
51/// Creates access log like entries

Callers

nothing calls this directly

Calls 1

newFunction · 0.85

Tested by

no test coverage detected