MCPcopy Create free account
hub / github.com/apache/orc / dimensionEmpty

Method dimensionEmpty

c++/include/orc/Geospatial.hh:146–148  ·  view source on GitHub ↗

Get emptiness for each dimension.

Source from the content-addressed store, hash-verified

144 }
145 // Get emptiness for each dimension.
146 std::array<bool, MAX_DIMENSIONS> dimensionEmpty() const {
147 return {boundEmpty(0), boundEmpty(1), boundEmpty(2), boundEmpty(3)};
148 }
149
150 // Merge another bounding box into this one.
151 void merge(const BoundingBox& other) {

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64