好词典

udf

UK /ˌjuːdiːˈef/US /ˌjuːdiːˈef/

词源

缩写自User Defined Function,源自计算机编程领域。

noun

❶ 用户定义函数(User Defined Function)的缩写,指在编程中由用户自行创建的函数,用于执行特定任务或计算。

“The developer created a UDF to calculate the average score.”

(开发者创建了一个UDF来计算平均分数。)

“You can call the UDF in your SQL query.”

(你可以在SQL查询中调用UDF。)

同义词:user-defined function, custom function

常见短语

create a UDF — 指在编程中定义一个用户自定义函数,用于特定任务。

“You need to create a UDF to handle this special calculation.”

(你需要创建一个UDF来处理这个特殊计算。)

call a UDF — 在代码或查询中调用已定义的UDF来执行其功能。

“The program calls the UDF to get the final result.”

(程序调用UDF来获取最终结果。)