We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidating the #8996 and #8994 to make tracking the progress easier.
catalog
to_json()
create_view
pa.RecordBatch
con.insert
con.create_table
Optional
T | None
dt.highest_precedence([dt.uint64, dt.int32])
uint64
int64
UnsupportedBackendType
to_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consolidating the #8996 and #8994 to make tracking the progress easier.
Ibis backend:
P1:
catalog
kwarg to table accessing methods #9000P2 (nice to have)
to_json()
output method #8866create_view
#8727pa.RecordBatch
incon.insert
/con.create_table
#8133Ibis expression API:
P2 (nice to have)
Optional
and/orT | None
in UDFs #7133dt.highest_precedence([dt.uint64, dt.int32])
givesuint64
, notint64
#7331UnsupportedBackendType
instead of letting code pass through to the backend #8333to_*
methods for type coercion to something else #9788The text was updated successfully, but these errors were encountered: