| 449 | } |
| 450 | |
| 451 | RowTypePtr HashBuild::inputType() const { |
| 452 | return isInputFromSpill() ? tableType_ |
| 453 | : joinNode_->sources()[1]->outputType(); |
| 454 | } |
| 455 | |
| 456 | void HashBuild::setupFilterForAntiJoins( |
| 457 | const folly::F14FastMap<column_index_t, column_index_t>& keyChannelMap) { |
no test coverage detected