Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
9.1k
Code
Issues
1.8k
Pull requests
320
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Refactor TreeNode recursions
- #7942
#7942
Closed
peter-toth
wants to merge 11 commits into
apache:main
apache/datafusion:main
from
peter-toth:refactor-treenode-apply
peter-toth/datafusion:refactor-treenode-apply
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Refactor TreeNode recursions
#7942
peter-toth
wants to merge 11 commits into
apache:main
apache/datafusion:main
from
peter-toth:refactor-treenode-apply
peter-toth/datafusion:refactor-treenode-apply
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2023
POC
peter-toth
committed
c0990de
View commit details
Copy full SHA for c0990de
Browse repository at this point
- refactor `transform_down()` and `transform_up()` to work on mutable `TreeNode`s and use them in a few examples
Show description for 5c61470
peter-toth
committed
5c61470
View commit details
Copy full SHA for 5c61470
Browse repository at this point
- refactor `EnforceDistribution` using `transform_down_with_payload()`
peter-toth
committed
8fa80e7
View commit details
Copy full SHA for 8fa80e7
Browse repository at this point
Commits on Dec 20, 2023
make `TreeNode` methods naming consitent, after this change we have `visit()`, `visit_down()`, `transform()`, `transform_down()`, `transform_up()`, `transform_with_payload()`, `transform_down_with_…
Show description for f4d28e0
peter-toth
committed
f4d28e0
View commit details
Copy full SHA for f4d28e0
Browse repository at this point
fix `transform_with_payload()` to behave like `transform_down_with_payload()` in its pre-order transform (`f_down`) function
peter-toth
committed
9279c6a
View commit details
Copy full SHA for 9279c6a
Browse repository at this point
add docs
peter-toth
committed
8882285
View commit details
Copy full SHA for 8882285
Browse repository at this point
Merge remote-tracking branch 'origin/main' into refactor-treenode-apply
Show description for aa333d1
peter-toth
committed
aa333d1
View commit details
Copy full SHA for aa333d1
Browse repository at this point
remove `Expr::Nop`, define `Expr::Literal(ScalarValue::Null)` as default for `Expr`
peter-toth
committed
6cd5d39
View commit details
Copy full SHA for 6cd5d39
Browse repository at this point
fix docs
peter-toth
committed
25b75bb
View commit details
Copy full SHA for 25b75bb
Browse repository at this point
Commits on Jan 2, 2024
revert `transform_with_payload`, `transform_down_with_payload` and `transform_up_with_payload` related changes
peter-toth
committed
9e13bea
View commit details
Copy full SHA for 9e13bea
Browse repository at this point
Commits on Jan 3, 2024
Merge remote-tracking branch 'origin/main' into refactor-treenode-apply
Show description for f0b15e5
peter-toth
committed
f0b15e5
View commit details
Copy full SHA for f0b15e5
Browse repository at this point
You can’t perform that action at this time.