| 113 | } |
| 114 | |
| 115 | std::shared_ptr<const Type> resolveVectorFunction( |
| 116 | const std::string& functionName, |
| 117 | const std::vector<TypePtr>& argTypes) { |
| 118 | return exec::resolveVectorFunction(functionName, argTypes); |
| 119 | } |
| 120 | |
| 121 | } // namespace bytedance::bolt |
no outgoing calls