Skip to content

Commit 1f4c829

Browse files
committed
Comment out classes from __all__ in the top level that are not currently exposed.
1 parent 7937963 commit 1f4c829

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

python/datafusion/__init__.py

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -100,54 +100,54 @@
100100
"RuntimeConfig",
101101
"Expr",
102102
"ScalarUDF",
103-
"Window",
103+
# "Window",
104104
"WindowFrame",
105105
"column",
106106
"literal",
107-
"TableScan",
108-
"Projection",
107+
# "TableScan",
108+
# "Projection",
109109
"DFSchema",
110-
"DFField",
111-
"Analyze",
112-
"Sort",
113-
"Limit",
114-
"Filter",
115-
"Like",
116-
"ILike",
117-
"SimilarTo",
118-
"ScalarVariable",
119-
"Alias",
120-
"Not",
121-
"IsNotNull",
122-
"IsTrue",
123-
"IsFalse",
124-
"IsUnknown",
125-
"IsNotTrue",
126-
"IsNotFalse",
127-
"IsNotUnknown",
128-
"Negative",
129-
"ScalarFunction",
130-
"BuiltinScalarFunction",
131-
"InList",
132-
"Exists",
133-
"Subquery",
134-
"InSubquery",
135-
"ScalarSubquery",
136-
"GroupingSet",
137-
"Placeholder",
138-
"Case",
139-
"Cast",
140-
"TryCast",
141-
"Between",
142-
"Explain",
143-
"SubqueryAlias",
144-
"Extension",
145-
"CreateMemoryTable",
146-
"CreateView",
147-
"Distinct",
148-
"DropTable",
149-
"Repartition",
150-
"Partitioning",
110+
# "DFField",
111+
# "Analyze",
112+
# "Sort",
113+
# "Limit",
114+
# "Filter",
115+
# "Like",
116+
# "ILike",
117+
# "SimilarTo",
118+
# "ScalarVariable",
119+
# "Alias",
120+
# "Not",
121+
# "IsNotNull",
122+
# "IsTrue",
123+
# "IsFalse",
124+
# "IsUnknown",
125+
# "IsNotTrue",
126+
# "IsNotFalse",
127+
# "IsNotUnknown",
128+
# "Negative",
129+
# "ScalarFunction",
130+
# "BuiltinScalarFunction",
131+
# "InList",
132+
# "Exists",
133+
# "Subquery",
134+
# "InSubquery",
135+
# "ScalarSubquery",
136+
# "GroupingSet",
137+
# "Placeholder",
138+
# "Case",
139+
# "Cast",
140+
# "TryCast",
141+
# "Between",
142+
# "Explain",
143+
# "SubqueryAlias",
144+
# "Extension",
145+
# "CreateMemoryTable",
146+
# "CreateView",
147+
# "Distinct",
148+
# "DropTable",
149+
# "Repartition",
150+
# "Partitioning",
151151
]
152152

153153

0 commit comments

Comments
 (0)