Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ descr
Function
descr
cpp/src/parquet/column_scanner.h:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
bool HasNext() { return level_offset_ < levels_buffered_ || reader_->HasNext(); }
67
68
const ColumnDescriptor* descr() const { return reader_->descr(); }
69
70
int64_t batch_size() const { return batch_size_; }
71
Callers
6
ASSERT_OK_AND_ASSIGN
Function · 0.85
column_scanner.h
File · 0.85
NextLevels
Function · 0.85
Next
Function · 0.85
NextValue
Function · 0.85
FormatValue
Method · 0.85
Calls
1
descr
Method · 0.45
Tested by
1
ASSERT_OK_AND_ASSIGN
Function · 0.68