MCPcopy Create free account
hub / github.com/apache/arrow / GenerateData

Method GenerateData

cpp/src/gandiva/tests/generate_data.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 Int64DataGenerator() {}
75
76 int64_t GenerateData() { return random_.next(); }
77
78 protected:
79 Random random_;

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected