Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GenerateData
Method
GenerateData
cpp/src/gandiva/tests/generate_data.h:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
Utf8IntDataGenerator() {}
131
132
std::string GenerateData() { return std::to_string(random_.next()); }
133
134
private:
135
Random random_;
Callers
nothing calls this directly
Calls
2
to_string
Function · 0.85
next
Method · 0.45
Tested by
no test coverage detected