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 }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the findings by the experimental implementation work for Schema Inferencer In PartiQL Rust the following questions need to get answered by the PartiQL Type System spec. work:
Let both
customers
anddetails
have open schemas. InStrict
typing mode, what should be the output schema of the following query?In addition, what should be the inference rule for
SELECT d.age +1 FROM customers.details AS d
?Some Intuitive options:
age
as in<<{'age': INT}>>
d.age
as in<<{'d.age': INT}>>
d
as in `<<{'d': INT}>>See @jpschorr comment: partiql/partiql-lang-rust#399
Beta Was this translation helpful? Give feedback.
All reactions