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
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-python
Public
Notifications
You must be signed in to change notification settings
Fork
166
Star
597
Code
Issues
54
Pull requests
38
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add PyExpr to_variant conversions
- #793
#793
Merged
andygrove
merged 13 commits into
apache:main
apache/datafusion-python:main
from
Michael-J-Ward:pyexpr-variants
Michael-J-Ward/datafusion-python:pyexpr-variants
Copy head branch name to clipboard
Aug 4, 2024
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add PyExpr to_variant conversions
#793
andygrove
merged 13 commits into
apache:main
apache/datafusion-python:main
from
Michael-J-Ward:pyexpr-variants
Michael-J-Ward/datafusion-python:pyexpr-variants
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2024
make PyExpr::to_variant arms explicit
Michael-J-Ward
committed
ace5aae
View commit details
Copy full SHA for ace5aae
Browse repository at this point
update PyInList to wrap expr::InList
Michael-J-Ward
committed
0c2bfe8
View commit details
Copy full SHA for 0c2bfe8
Browse repository at this point
update PyExists to wrap expr::Exists
Michael-J-Ward
committed
cedcf4e
View commit details
Copy full SHA for cedcf4e
Browse repository at this point
update PyInSubquery to wrap expr::InSubquery
Michael-J-Ward
committed
1ed8481
View commit details
Copy full SHA for 1ed8481
Browse repository at this point
update Placeholder to wrap expr::Placeholder
Michael-J-Ward
committed
a750062
View commit details
Copy full SHA for a750062
Browse repository at this point
make PyLogicalPlan::to_variant match arms explicit
Michael-J-Ward
committed
27a81c2
View commit details
Copy full SHA for 27a81c2
Browse repository at this point
add PySortExpr wrapper
Michael-J-Ward
committed
0d571ab
View commit details
Copy full SHA for 0d571ab
Browse repository at this point
add PyUnnestExpr wrapper
Michael-J-Ward
committed
ffed35d
View commit details
Copy full SHA for ffed35d
Browse repository at this point
update PyAlias to wrap upstream Alias
Michael-J-Ward
committed
886a776
View commit details
Copy full SHA for 886a776
Browse repository at this point
return not implemented error for unimplemnted variants in PyExpr::to_variant
Michael-J-Ward
committed
3b194f3
View commit details
Copy full SHA for 3b194f3
Browse repository at this point
added to_variant python test from the GH issue
Michael-J-Ward
committed
50f88ba
View commit details
Copy full SHA for 50f88ba
Browse repository at this point
remove unused import
Michael-J-Ward
committed
5804ced
View commit details
Copy full SHA for 5804ced
Browse repository at this point
return unsupported_variants for unimplemented variants in PyLogicalPlan::to_variant
Michael-J-Ward
committed
e3e8af7
View commit details
Copy full SHA for e3e8af7
Browse repository at this point
You can’t perform that action at this time.