From 14560212f8d5f3973e5f1e09b64ec8c63a6595b0 Mon Sep 17 00:00:00 2001 From: Andrey Pechkurov Date: Fri, 24 Nov 2023 13:00:48 +0200 Subject: [PATCH] Add approx_percentile function --- src/functions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.ts b/src/functions.ts index ac76460..549292a 100644 --- a/src/functions.ts +++ b/src/functions.ts @@ -9,6 +9,7 @@ export default [ "all_permissions", "all_tables", "and", + "approx_percentile", "asin", "atan", "atan2",