We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0603422 commit 1df347dCopy full SHA for 1df347d
1 file changed
sqlglot/optimizer/scope.py
@@ -265,7 +265,7 @@ def stars(self) -> t.List[exp.Column | exp.Dot]:
265
@property
266
def column_index(self) -> t.Set[int]:
267
"""
268
- Set of column object IDs that belong to this scope's expression.
+ Set of column object IDs that belong to this scope's expression.
269
270
self._ensure_collected()
271
return self._column_index
0 commit comments