Skip to content

Commit f51947b

Browse files
committed
explain the returned content
1 parent 81fa17f commit f51947b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tlsql/sql_generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ def convert(cls, tlsql: str) -> ConversionResult:
8787
tlsql: TLSQL statement string.
8888
8989
Returns:
90-
ConversionResult: Unified result.
90+
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.
9193
"""
9294
parser = Parser(tlsql)
9395
ast = parser.parse()

0 commit comments

Comments
 (0)