You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ This repository contains Python bindings for Rust's DataFusion.
35
35
-`udwf` (window)
36
36
-`udtf` (table)
37
37
-`python/datafusion/col.py` exposes the `Col` helper with `col` and `column` instances for building column expressions using attribute access.
38
+
-`python/datafusion/catalog.py` provides Python-based catalog and schema providers.
39
+
-`python/datafusion/object_store.py` exposes object store connectors: `AmazonS3`, `GoogleCloud`, `MicrosoftAzure`, `LocalFileSystem`, and `Http`.
40
+
-`python/datafusion/unparser.py` converts logical plans back to SQL via the `Dialect` and `Unparser` classes.
41
+
-`python/datafusion/dataframe_formatter.py` offers configurable HTML and string formatting for DataFrames (replaces the deprecated `html_formatter.py`).
38
42
-`python/tests/generic.py` includes utilities for test data generation:
0 commit comments