From fa1a0c7c82a935265047e40ba3afdd2f290607b8 Mon Sep 17 00:00:00 2001 From: Jiachen1018 Date: Sat, 30 Mar 2024 09:58:03 +0800 Subject: [PATCH] rm distinct --- storage/tianchi/tse_srv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/tianchi/tse_srv.h b/storage/tianchi/tse_srv.h index 1922adb..a4a68b9 100644 --- a/storage/tianchi/tse_srv.h +++ b/storage/tianchi/tse_srv.h @@ -127,7 +127,6 @@ typedef struct { typedef struct { uint32_t total_rows; uint32_t num_buckets; - uint32_t num_distinct; uint32_t num_null; double density; tse_cbo_hist_type_t hist_type; -- Gitee