We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7abe5 commit e878e86Copy full SHA for e878e86
isthmus/src/main/java/io/substrait/isthmus/sql/SubstraitSqlStatementParser.java
@@ -21,7 +21,7 @@ public class SubstraitSqlStatementParser {
21
.withConformance(SqlConformanceEnum.LENIENT);
22
23
/**
24
- * Parse one or more SQL statements to a list of {@link SqlNode}s
+ * Parse one or more SQL statements to a list of {@link SqlNode}s.
25
*
26
* @param sqlStatements a string containing one or more SQL statements
27
* @return a list of {@link SqlNode}s corresponding to the given statements
0 commit comments