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:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
: Int32DataGenerator(), upperBound_(upperBound) {}
62
63
int32_t GenerateData() {
64
int32_t value = (random_.next() % upperBound_);
65
return value;
66
}
67
68
protected:
69
uint32_t upperBound_;
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected