FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/datafusion/expr.py - zeel2104/datafusion-python · GitHub
zeel2104
/
datafusion-python
Public
forked from
apache/datafusion-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
datafusion-python
python
datafusion
expr.py
on
main
User selector
Datepicker
Commit history
Commits on Apr 9, 2026
minor: remove deprecated interfaces (#1481)
Show description for 3585c11
timsaucer
authored
3585c11
View commit details
Copy full SHA for 3585c11
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
Add missing aggregate functions (#1471)
Show description for 898d73d
timsaucer
and
claude
authored
898d73d
View commit details
Copy full SHA for 898d73d
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Update remaining existing examples to make testable/standalone executable (#1437)
Show description for 6cea061
ntjohnson1
authored
6cea061
View commit details
Copy full SHA for 6cea061
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
ci: update pre-commit hooks, fix linting, and refresh dependencies (#1385)
Show description for e42775c
dariocurr
authored
e42775c
View commit details
Copy full SHA for e42775c
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
Fix Python UDAF list-of-timestamps return by enforcing list-valued scalars and caching PyArrow types (#1347)
Show description for 3481904
kosiew
and
timsaucer
authored
3481904
View commit details
Copy full SHA for 3481904
View code at this point
Browse repository at this point
Commits on Dec 23, 2025
Upgrade to Datafusion 51 (#1311)
Show description for db3c6a0
authored
db3c6a0
View commit details
Copy full SHA for db3c6a0
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
Enable remaining pylints (#1298)
Show description for d7e137e
timsaucer
authored
d7e137e
View commit details
Copy full SHA for d7e137e
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Update python minimum version to 3.10 (#1296)
Show description for a605b61
timsaucer
authored
a605b61
View commit details
Copy full SHA for a605b61
View code at this point
Browse repository at this point
Commits on Oct 11, 2025
Unify Table representations (#1256)
Show description for 6f3b1ca
timsaucer
and
kosiew
authored
6f3b1ca
View commit details
Copy full SHA for 6f3b1ca
View code at this point
Browse repository at this point
Commits on Oct 2, 2025
REVERT CHANGES to commit
kosiew
committed
709c918
View commit details
Copy full SHA for 709c918
View code at this point
Browse repository at this point
CHANGES to review
kosiew
committed
0154c03
View commit details
Copy full SHA for 0154c03
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
Support string column identifiers for sort/aggregate/window and stricter Expr validation (#1221)
Show description for d54dc4a
kosiew
authored
d54dc4a
View commit details
Copy full SHA for d54dc4a
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
feat: allow passing a slice to and expression with the [] indexing (#1215)
Show description for c609dfa
timsaucer
authored
c609dfa
View commit details
Copy full SHA for c609dfa
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
docs: fix CaseBuilder documentation example (#1225)
IndexSeek
authored
332c69b
View commit details
Copy full SHA for 332c69b
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
Allow users to pass a single expression instead of a list of expressions for partition_by and order_by (#1187)
timsaucer
authored
5892585
View commit details
Copy full SHA for 5892585
View code at this point
Browse repository at this point
Commits on Jun 16, 2025
feat: upgrade df48 dependency (#1143)
Show description for 1391078
timsaucer
authored
1391078
View commit details
Copy full SHA for 1391078
View code at this point
Browse repository at this point
Commits on May 5, 2025
feat: add missing PyLogicalPlan to_variant (#1085)
Show description for 15b96c4
chenkovsky
and
timsaucer
authored
15b96c4
View commit details
Copy full SHA for 15b96c4
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
fix: recursive import (#1117)
Show description for 10600fb
chenkovsky
authored
10600fb
View commit details
Copy full SHA for 10600fb
View code at this point
Browse repository at this point
Commits on Apr 27, 2025
Add expression chaining of single parameter scalar functions
deanm0000
authored
5a7f638
View commit details
Copy full SHA for 5a7f638
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
feat: alias with metadata (#1111)
Show description for c9f1554
chenkovsky
authored
c9f1554
View commit details
Copy full SHA for c9f1554
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
Add additional ruff suggestions (#1062)
Show description for b8dd97b
Spaarsh
authored
b8dd97b
View commit details
Copy full SHA for b8dd97b
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
Renaming Internal Structs (#1059)
Show description for 55141ba
Spaarsh
and
timsaucer
authored
55141ba
View commit details
Copy full SHA for 55141ba
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
feat/improve ruff test coverage (#1055)
Show description for b194a87
timsaucer
authored
b194a87
View commit details
Copy full SHA for b194a87
View code at this point
Browse repository at this point
Commits on Mar 8, 2025
fix: type checking (#993)
Show description for 9027b4d
chenkovsky
authored
9027b4d
View commit details
Copy full SHA for 9027b4d
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
Chore: Release datafusion-python 45 (#1024)
Show description for 69ebf70
timsaucer
authored
69ebf70
View commit details
Copy full SHA for 69ebf70
View code at this point
Browse repository at this point
Commits on Jan 22, 2025
Apply import ordering in ruff check (#1001)
timsaucer
authored
78e72c9
View commit details
Copy full SHA for 78e72c9
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Add arrow cast (#962)
Show description for e36e8ab
kosiew
authored
e36e8ab
View commit details
Copy full SHA for e36e8ab
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
Upgrade to Datafusion 43 (#905)
Show description for 3c66201
Michael-J-Ward
and
timsaucer
authored
3c66201
View commit details
Copy full SHA for 3c66201
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
feat: add fill_null/nan (#919)
ion-elgreco
authored
0905f5f
View commit details
Copy full SHA for 0905f5f
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
Add physical and logical plan conversion to and from protobuf (#892)
Show description for d181a30
timsaucer
authored
d181a30
View commit details
Copy full SHA for d181a30
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
feat: aggregates as windows (#871)
Show description for a00cfbf
timsaucer
authored
a00cfbf
View commit details
Copy full SHA for a00cfbf
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
Upgrade datafusion (#867)
Show description for 6c8bf5f
authored
6c8bf5f
View commit details
Copy full SHA for 6c8bf5f
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
feat: expose between (#868)
Show description for 02d4453
mesejo
authored
02d4453
View commit details
Copy full SHA for 02d4453
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
Update Aggregate functions to take builder parameters (#859)
Show description for fd8224e
timsaucer
authored
fd8224e
View commit details
Copy full SHA for fd8224e
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
chore: fix docstrings, typos (#852)
mesejo
authored
a0913c7
View commit details
Copy full SHA for a0913c7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL