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

Method invalidate

c++/src/Geospatial.hh:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return isValid_;
68 }
69 void invalidate() {
70 isValid_ = false;
71 box_.invalidate();
72 geospatialTypes_.clear();
73 }
74
75 private:
76 BoundingBox box_;

Callers 1

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected