-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
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
feat(api): expose highest_precedence_dtype()
#10868
base: main
Are you sure you want to change the base?
feat(api): expose highest_precedence_dtype()
#10868
Conversation
highest_precedence_dtype()
ACTION NEEDED Ibis follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
d405407
to
7559b3d
Compare
7559b3d
to
d7666dc
Compare
quarto is having a hard time finding the function:
Any idea how to fix this? It seems to be contradicting itself, looking for both |
|
||
Returns | ||
------- | ||
The highest precedence datatype. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The highest precedence datatype. | |
DataType | |
The highest precedence datatype. |
Fixes #9335