Skip to content
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

1682 Type promotion and operator mapping #1734

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelhkay
Copy link
Contributor

Fix #1682

Moves the relevant parts of the operator mapping table into the sections for Arithmetic Expressions and Value Comparisons. Adds links to the op: functions in F&O.

Drops the Type Promotion appendix, moving the rules inline; and drops the term "type promotion"

Adjusts the specs for sum() and avg() so they are now defined directly in terms of pairwise addition of values.

@michaelhkay michaelhkay requested a review from ndw as a code owner January 27, 2025 13:05
@michaelhkay michaelhkay added XPath An issue related to XPath XQuery An issue related to XQuery XQFO An issue related to Functions and Operators Editorial Minor typos, wording clarifications, example fixes, etc. labels Jan 27, 2025
@ChristianGruen ChristianGruen added the Propose Merge without Discussion Change is editorial or minor label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editorial Minor typos, wording clarifications, example fixes, etc. Propose Merge without Discussion Change is editorial or minor XPath An issue related to XPath XQFO An issue related to Functions and Operators XQuery An issue related to XQuery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type Promotion
2 participants