Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ clear
Method
clear
java/core/src/java/org/apache/orc/impl/RedBlackTree.java:296–300 ·
view source on GitHub ↗
Reset the table to empty.
()
Source
from the content-addressed store, hash-verified
294
* Reset the table to empty.
295
*/
296
public
void
clear() {
297
root = NULL;
298
size = 0;
299
data.clear();
300
}
301
302
/**
303
* Get the buffer size in bytes.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected