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

Function access_log_batches

datafusion/core/tests/memory_limit/mod.rs:1024–1029  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1022}
1023
1024fn access_log_batches() -> Vec<RecordBatch> {
1025 AccessLogGenerator::new()
1026 .with_row_limit(1000)
1027 .with_max_batch_size(50)
1028 .collect()
1029}
1030
1031/// If `one_row_batches` is true, then returns new record batches that
1032/// are one row in size

Callers 1

tableMethod · 0.85

Calls 4

newFunction · 0.85
collectMethod · 0.80
with_max_batch_sizeMethod · 0.80
with_row_limitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…