From 95c58dbc4f7c673916fd390ccadde77535a94800 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sun, 29 May 2022 09:23:32 +0800 Subject: [PATCH] Update 08-udf.md --- docs-en/07-develop/08-udf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/07-develop/08-udf.md b/docs-en/07-develop/08-udf.md index 0ee61740cc..49bc95bd91 100644 --- a/docs-en/07-develop/08-udf.md +++ b/docs-en/07-develop/08-udf.md @@ -1,6 +1,6 @@ --- sidebar_label: UDF -title: User Defined Functions +title: User Defined Functions(UDF) description: "Scalar functions and aggregate functions developed by users can be utilized by the query framework to expand query capability" ---