[refactor](pipelineX) Simplify set operation (#25502)
This commit is contained in:
@ -320,7 +320,7 @@ Status VSetOperationNode<is_intersect>::process_build_block(Block& block, uint8_
|
||||
using HashTableCtxType = std::decay_t<decltype(arg)>;
|
||||
if constexpr (!std::is_same_v<HashTableCtxType, std::monostate>) {
|
||||
HashTableBuild<HashTableCtxType, is_intersect> hash_table_build_process(
|
||||
rows, raw_ptrs, this, offset, state);
|
||||
this, rows, raw_ptrs, offset, state);
|
||||
st = hash_table_build_process(arg, _arena);
|
||||
} else {
|
||||
LOG(FATAL) << "FATAL: uninited hash table";
|
||||
|
||||
Reference in New Issue
Block a user