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

Function FuzzReadTypedColumnIndex

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

Source from the content-addressed store, hash-verified

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

Callers 1

FuzzReadColumnIndexFunction · 0.85

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected