We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307b676 commit 2e8ab86Copy full SHA for 2e8ab86
python/datafusion/unparser.py
@@ -63,6 +63,7 @@ def plan_to_sql(self, plan: LogicalPlan) -> str:
63
"""Convert a logical plan to a SQL string."""
64
return self.unparser.plan_to_sql(plan._raw_plan)
65
66
+
67
__all__ = [
68
"Dialect",
69
"Unparser",
0 commit comments