MCPcopy Create free account
hub / github.com/apache/impala / OpenFileForRandom

Function OpenFileForRandom

be/src/kudu/util/env_util.cc:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132Status OpenFileForRandom(Env *env, const string &path,
133 shared_ptr<RandomAccessFile> *file) {
134 return OpenFileForRandom(RandomAccessFileOptions(), env, path, file);
135}
136
137Status OpenFileForRandom(const RandomAccessFileOptions& opts,
138 Env* env, const string& path,

Callers 2

TestAppendVMethod · 0.85
TEST_FFunction · 0.85

Calls 5

OKFunction · 0.85
NewRandomAccessFileMethod · 0.80
resetMethod · 0.65
releaseMethod · 0.45

Tested by 2

TestAppendVMethod · 0.68
TEST_FFunction · 0.68