Rename clickhouse class as it is now generic

This commit is contained in:
Alfredo Cardigliano 2025-06-10 16:59:02 +02:00
parent 8567a499a3
commit a31ce3ff7c
3 changed files with 5 additions and 5 deletions

View file

@ -1110,7 +1110,7 @@ end
-- List of flow columns in the database
--
-- Keep in sync with ClickHouseFlowDB.cpp and tag_utils.lua
-- Keep in sync with ClickHouseDB.cpp and tag_utils.lua
--
-- - select_func is used in SELECT clause to convert DB-to-Lua the value (e.g. IP addresses)
-- - where_func is used in WHERE clause to convert Lua-to-DB the value