MCPcopy Create free account
hub / github.com/apache/orc / skip

Method skip

c++/src/ConvertColumnReader.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 uint64_t ConvertColumnReader::skip(uint64_t numValues) {
51 return reader->skip(numValues);
52 }
53
54 void ConvertColumnReader::seekToRowGroup(
55 std::unordered_map<uint64_t, PositionProvider>& positions) {

Callers

nothing calls this directly

Calls 1

skipMethod · 0.65

Tested by

no test coverage detected