MCPcopy 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
466VectorEncoding::Simple EvalCtx::wrapEncoding() const {
467 return !peeledEncoding_ ? VectorEncoding::Simple::FLAT
468 : peeledEncoding_->wrapEncoding();
469}
470} // namespace bytedance::bolt::exec

Callers 2

peelEncodingsMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36