inline function meaning in English
联机功能
内联函式
内联函数
行内函式
直接插入函数
Examples
- That ' s it . as you can see , this program is really just a simple inline function hook , no more complex than the example from chapter 5
就这样了。可以看到,这个程序不过是个简单的内嵌函数挂勾,不比第5章的例子复杂多少。 - When order by is used in the definition of a view , inline function , derived table , or subquery , the clause is used only to determine the rows returned by the top clause
在视图定义中使用order by时,该子句仅用于确定用top子句返回的行。 - Inline functions are always packaged if they are instantiated as calls which occurs , for example , if inlining is turned off or you take a function address
如果内联函数实例化为调用(例如,当关闭内联或获取函数地址时出现这种情况) ,则始终打包内联函数。 - For example , if there exists a function a that frequently calls function b , and function b is relatively small , then profile - guided optimizations will inline function b in function a
内联例如,如果有一个频繁调用函数b的函数a ,而函数b相对较小,按配置优化会将函数b内联到函数a中。 - Inline function if a user - defined function contains a single select statement and that statement is updatable , then the tabular result returned by the function is also updatable
内联函数如果用户定义的某个函数包含一个select语句,并且该语句是可更新的,则该函数所返回的表格格式结果也是可更新的。