MCPcopy Create free account
hub / github.com/bytedance/bolt / createConstantFalse

Function createConstantFalse

bolt/exec/HashProbe.cpp:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852
853namespace {
854VectorPtr createConstantFalse(vector_size_t size, memory::MemoryPool* pool) {
855 return std::make_shared<ConstantVector<bool>>(
856 pool, size, false /*isNull*/, BOOLEAN(), false /*value*/);
857}
858} // namespace
859
860void HashProbe::fillLeftSemiProjectMatchColumn(vector_size_t size) {

Callers 2

getBuildSideOutputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected