| 113 | } |
| 114 | |
| 115 | void StreamingAggregation::addInput(RowVectorPtr input) { |
| 116 | input_ = std::move(input); |
| 117 | } |
| 118 | |
| 119 | namespace { |
| 120 | // Compares a row in one vector with another row in another vector and returns |
no outgoing calls
no test coverage detected