From c0b5152bd105f5fcbd4ee7e95381c46b0ca0a0d0 Mon Sep 17 00:00:00 2001 From: Qinxuan Chen Date: Mon, 18 Nov 2019 19:59:08 +0800 Subject: [PATCH] Add asin/acos/atan/atan2 (#34) Signed-off-by: koushiro --- push-down-test/functions.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/push-down-test/functions.txt b/push-down-test/functions.txt index c1f19a3..3e9ebef 100644 --- a/push-down-test/functions.txt +++ b/push-down-test/functions.txt @@ -26,21 +26,25 @@ abs ceil ceiling floor +asin +acos +atan +atan2 sin cos tan cot exp -case -if -ifnull -coalesce sign sqrt ln log log2 log10 +case +if +ifnull +coalesce json_type json_extract json_unquote