| 200 | }; |
| 201 | |
| 202 | static inline bool IsJoinBuildSink(const TDataSinkType::type& type) { |
| 203 | return type == TDataSinkType::HASH_JOIN_BUILDER |
| 204 | || type == TDataSinkType::NESTED_LOOP_JOIN_BUILDER |
| 205 | || type == TDataSinkType::ICEBERG_DELETE_BUILDER; |
| 206 | } |
| 207 | |
| 208 | } // namespace impala |
| 209 | #endif |
no outgoing calls
no test coverage detected