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

Method skip

c++/src/ColumnReader.cc:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 ~ByteColumnReader() override = default;
200
201 uint64_t skip(uint64_t numValues) override {
202 numValues = ColumnReader::skip(numValues);
203 rle_->skip(numValues);
204 return numValues;
205 }
206
207 void next(ColumnVectorBatch& rowBatch, uint64_t numValues, char* notNull) override {
208 ColumnReader::next(rowBatch, numValues, notNull);

Callers

nothing calls this directly

Calls 1

skipMethod · 0.65

Tested by

no test coverage detected