MCPcopy Create free account
hub / github.com/apache/arrow / HasNext

Method HasNext

cpp/src/parquet/column_reader.cc:951–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949 }
950
951 bool HasNext() override { return this->HasNextInternal(); }
952
953 int64_t ReadBatch(int64_t batch_size, int16_t* def_levels, int16_t* rep_levels,
954 T* values, int64_t* values_read) override;

Callers 15

TEST_FFunction · 0.45
CheckReadBatchesMethod · 0.45
TestWriteAndReadMethod · 0.45
ScanFileContentsFunction · 0.45
HasNextFunction · 0.45
TEST_FFunction · 0.45
EndRowMethod · 0.45
NextRowGroupMethod · 0.45
TESTFunction · 0.45
DebugPrintMethod · 0.45
CheckFileMethod · 0.45

Calls 1

HasNextInternalMethod · 0.80

Tested by 6

TEST_FFunction · 0.36
CheckReadBatchesMethod · 0.36
TestWriteAndReadMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
CheckFileMethod · 0.36