Class MySqlDdlParserPerf
- java.lang.Object
-
- io.debezium.performance.connector.mysql.parser.MySqlDdlParserPerf
-
- Direct Known Subclasses:
MySqlDdlParserPerf_jmhType_B1
public class MySqlDdlParserPerf extends Object
A basic test to compare performance of legacy and antlr DDL parsers depending on the amount of columns in the statement.- Author:
- Jiri Pechanec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMySqlDdlParserPerf.ParserState
-
Constructor Summary
Constructors Constructor Description MySqlDdlParserPerf()
-
-
-
Method Detail
-
antlr
public void antlr(MySqlDdlParserPerf.ParserState state)
-
-