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

Method bound_empty

cpp/src/parquet/geospatial/statistics.cc:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 bool bound_empty(int i) const {
237 return std::isinf(bounder_.Bounds().min[i] - bounder_.Bounds().max[i]);
238 }
239
240 bool bound_valid(int i) const {
241 return !std::isnan(bounder_.Bounds().min[i]) && !std::isnan(bounder_.Bounds().max[i]);

Callers 1

dimension_emptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected