Package io.trino.sql.parser
Class StatementSplitter
java.lang.Object
io.trino.sql.parser.StatementSplitter
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStatementSplitter(String sql) StatementSplitter(String sql, Set<String> delimiters) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.antlr.v4.runtime.TokenSourcestatic booleanisEmptyStatement(String sql) static StringsqueezeStatement(String sql)
-
Constructor Details
-
StatementSplitter
-
StatementSplitter
-
-
Method Details
-
getCompleteStatements
-
getPartialStatement
-
squeezeStatement
-
isEmptyStatement
-
getLexer
-