Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GeospatialColumnStatisticsImpl
Method · 0.45
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected