Chat2DB icon indicating copy to clipboard operation
Chat2DB copied to clipboard

Suggestion: There is a cyclic complexity problem in the method

Open arjun12102019 opened this issue 1 year ago • 0 comments

The following method was found to have higher cyclomatic complexity Method Class

getDDL H2Meta, buildCreateTableSql ClickHouseSqlBuilder, HiveSqlBuilder etc.

If method size increases, it will lead to destruction of readability, maintainability, code reusability, etc.

arjun12102019 avatar May 05 '24 09:05 arjun12102019