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

Method skip

c++/src/ColumnReader.cc:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 uint64_t skip(uint64_t numValues) override {
242 numValues = ColumnReader::skip(numValues);
243 rle->skip(numValues);
244 return numValues;
245 }
246
247 void next(ColumnVectorBatch& rowBatch, uint64_t numValues, char* notNull) override {
248 ColumnReader::next(rowBatch, numValues, notNull);

Callers

nothing calls this directly

Calls 1

skipMethod · 0.65

Tested by

no test coverage detected