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:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
Int32DataGenerator() {}
51
52
int32_t GenerateData() { return random_.next(); }
53
54
protected:
55
Random random_;
Callers
3
GenerateData
Function · 0.45
TimedTestMultiOr
Function · 0.45
TimedTestInExpr
Function · 0.45
Calls
1
next
Method · 0.45
Tested by
no test coverage detected