There was an error while loading. Please reload this page.
1 parent 81fa17f commit f51947bCopy full SHA for f51947b
1 file changed
tlsql/sql_generator.py
@@ -87,7 +87,9 @@ def convert(cls, tlsql: str) -> ConversionResult:
87
tlsql: TLSQL statement string.
88
89
Returns:
90
- ConversionResult: Unified result.
+ ConversionResult: Contains statement type, generated SQL statements (sql_list),
91
+ involved tables, WHERE condition, and for PREDICT statements: target column,
92
+ task type, and target table.
93
"""
94
parser = Parser(tlsql)
95
ast = parser.parse()
0 commit comments