Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
CheckReadBatches
Method · 0.45
TestWriteAndRead
Method · 0.45
ScanFileContents
Function · 0.45
HasNext
Function · 0.45
TEST_F
Function · 0.45
EndRow
Method · 0.45
NextRowGroup
Method · 0.45
TEST
Function · 0.45
DebugPrint
Method · 0.45
CheckFile
Method · 0.45
InteropTestReadEncryptedParquetFiles
Function · 0.45
Calls
1
HasNextInternal
Method · 0.80
Tested by
6
TEST_F
Function · 0.36
CheckReadBatches
Method · 0.36
TestWriteAndRead
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
CheckFile
Method · 0.36