This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -521,7 +521,7 @@ class ReflectedIndex(TypedDict):
"""index name"""
column_names: List[Optional[str]]
"""column names which the index refers towards.
"""column names which the index references.
An element of this list is ``None`` if it's an expression and is
returned in the ``expressions`` list.
"""