| 852 | |
| 853 | namespace { |
| 854 | VectorPtr 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 | |
| 860 | void HashProbe::fillLeftSemiProjectMatchColumn(vector_size_t size) { |
no outgoing calls
no test coverage detected