Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ hasSortedKeys
Method
hasSortedKeys
bolt/vector/ComplexVector.h:855–857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
853
void setType(const TypePtr& type) override;
854
855
bool hasSortedKeys() const {
856
return sortedKeys_;
857
}
858
859
void setKeysAndValues(VectorPtr keys, VectorPtr values) {
860
keys_ = BaseVector::getOrCreateEmpty(
Callers
3
TEST_F
Function · 0.80
MAP>
Method · 0.80
sortKeys
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
MAP>
Method · 0.64