-
Couple of questions regarding executing over dicts: A) Am I correct in assuming that Python Thanks! By the way, this thing is really cool. Great job. I think this will be super useful for ad hoc data exploration and engineering. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @amachanic, First and foremost, the execution engine is really early and not really ready for any real use cases. But, I'm happy to have a discussion. A) Yes right now Python None == SQL Null. I think right now it would error out because i don't handle nulls very well. Again, the engine is super early. B) it could make type inference a bit harder, but it could happen c) we have a data type called Nullable to define nullability but it isn't really used anywhere |
Beta Was this translation helpful? Give feedback.
Hey @amachanic, First and foremost, the execution engine is really early and not really ready for any real use cases.
But, I'm happy to have a discussion.
A) Yes right now Python None == SQL Null. I think right now it would error out because i don't handle nulls very well. Again, the engine is super early.
B) it could make type inference a bit harder, but it could happen
c) we have a data type called Nullable to define nullability but it isn't really used anywhere