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

Function CheckPageLargeEnough

cpp/src/parquet/decoder.cc:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DecodeArrowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected