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

Method NewRandomAccessFile

be/src/kudu/util/env_posix.cc:1583–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1581 }
1582
1583 virtual Status NewRandomAccessFile(const string& fname,
1584 unique_ptr<RandomAccessFile>* result) OVERRIDE {
1585 return NewRandomAccessFile(RandomAccessFileOptions(), fname, result);
1586 }
1587
1588 virtual Status NewRandomAccessFile(const RandomAccessFileOptions& opts,
1589 const string& fname,

Callers 10

TEST_PFunction · 0.80
ValidateTrustedCertFileFunction · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80
OpenFileForRandomFunction · 0.80
ReopenFileIfNecessaryMethod · 0.80
BitFlipFileByteRangeMethod · 0.80
TEST_PFunction · 0.80
DumpPBCToStringMethod · 0.80
ReadPBContainerFromPathFunction · 0.80

Calls 6

ReadEncryptionHeaderFunction · 0.85
DoCloseFunction · 0.85
OKFunction · 0.85
IOErrorFunction · 0.70
resetMethod · 0.65

Tested by 6

TEST_PFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
BitFlipFileByteRangeMethod · 0.64
TEST_PFunction · 0.64
DumpPBCToStringMethod · 0.64