Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ wrapEncoding
Method
wrapEncoding
bolt/expression/EvalCtx.cpp:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
VectorEncoding::Simple EvalCtx::wrapEncoding() const {
467
return !peeledEncoding_ ? VectorEncoding::Simple::FLAT
468
: peeledEncoding_->wrapEncoding();
469
}
470
} // namespace bytedance::bolt::exec
Callers
2
peelEncodings
Method · 0.45
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.36