fn create_mock_udf_context( arg_types: Vec<DataType>, arg_names: Vec<String>, ) -> HashMap<String, ExprImpl>
Create a mock udf_context, which is used for semantic check
udf_context