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

Method dimensionValid

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

Get validity for each dimension.

Source from the content-addressed store, hash-verified

140
141 // Get validity for each dimension.
142 std::array<bool, MAX_DIMENSIONS> dimensionValid() const {
143 return {boundValid(0), boundValid(1), boundValid(2), boundValid(3)};
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)};

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64