Type inference for Columns API #74
ezmiller
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a discussion thread relating to automatic type inference issues as it relates the new Column API that I'm working with. Right now this question issue relates to our "constructor" function for columns:
Currently, this function uses
tech.v3.dataset.column/new-column
for column creation. @genmeblog pointed out:I took a look at the two functions and didn't see a difference right now:
@genmeblog are these the kind of calls where we used to see different type inference results?
Beta Was this translation helpful? Give feedback.
All reactions