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

Function CheckPageLargeEnough

cpp/src/parquet/decoder.cc:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void CheckPageLargeEnough(int64_t remaining_bytes, int32_t value_width,
272 int64_t num_values) {
273 if (remaining_bytes < value_width * num_values) {
274 ParquetException::EofException();
275 }
276}
277
278// Internal decoder class hierarchy
279

Callers 1

DecodeArrowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected