Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_sorted
Method
is_sorted
cpp/src/parquet/column_page.h:175–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
Encoding::type encoding() const { return encoding_; }
174
175
bool is_sorted() const { return is_sorted_; }
176
177
private:
178
int32_t num_values_;
Callers
1
WriteDictionaryPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected