Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kudu
/ clear
Method
clear
java/kudu-client/src/main/java/org/apache/kudu/util/ByteVec.java:168–170 ·
view source on GitHub ↗
Removes all elements from the vector. No reallocation will be performed.
()
Source
from the content-addressed store, hash-verified
166
* No reallocation will be performed.
167
*/
168
public
void
clear() {
169
truncate(0);
170
}
171
172
/**
173
* Appends an element to the vector.
Callers
15
testExternallyProvidedSubjectRefreshedExternally
Method · 0.45
testCreateSchemaWithNonUniquePrimaryKeys
Method · 0.45
runServerStep
Method · 0.45
testCreateTableWithNonUniquePrimaryKeys
Method · 0.45
call
Method · 0.45
getErrors
Method · 0.45
schemaToListPb
Method · 0.45
encodeRow
Method · 0.45
handleCallback
Method · 0.45
cacheTabletLocations
Method · 0.45
resetUnlocked
Method · 0.45
removePartitionKeyRange
Method · 0.45
Calls
1
truncate
Method · 0.95
Tested by
6
testExternallyProvidedSubjectRefreshedExternally
Method · 0.36
testCreateSchemaWithNonUniquePrimaryKeys
Method · 0.36
runServerStep
Method · 0.36
testCreateTableWithNonUniquePrimaryKeys
Method · 0.36
testAlterTableHandler
Method · 0.36
testDropTableHandler
Method · 0.36