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

Class StringBatchGenerator

test-utils/src/string_gen.rs:25–25  ·  view source on GitHub ↗

Randomly generate strings

Source from the content-addressed store, hash-verified

23
24/// Randomly generate strings
25pub struct StringBatchGenerator(StringArrayGenerator);
26
27impl StringBatchGenerator {
28 /// Make batches of random strings with a random length columns "a" and "b".

Callers 1

interesting_casesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…