Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ set_level
Method
set_level
src/db/sqlengine/analyzer/query_node.h:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void set_level(uint32_t value) {
144
level_ = value;
145
}
146
uint32_t level() {
147
return level_;
148
}
Callers
1
create_querynode_from_node
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected