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

Function FuzzReadTypedColumnIndex

cpp/src/parquet/arrow/fuzz_internal.cc:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <typename DType>
120Status FuzzReadTypedColumnIndex(const TypedColumnIndex<DType>* index) {
121 index->min_values();
122 index->max_values();
123 return Status::OK();
124}
125
126Status FuzzReadColumnIndex(const ColumnIndex* index, const ColumnDescriptor* descr) {
127 Status st;

Callers 1

FuzzReadColumnIndexFunction · 0.85

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected