Hi, We are thinking about starting a project to analyze huge number of SQL queries (think millions) to identify common patterns: * Common sub queries * Common filtering conditions (columns) for a table * Common join keys for table pairs
Are there any existing projects on that direction using Calcite? Would love to leverage instead of building from scratch. Zheng
