First attempt at supporting functionCall in FROM#124
First attempt at supporting functionCall in FROM#124FrigoEU wants to merge 3 commits intoakheron:mainfrom
Conversation
|
Thanks for the PR! I think we should first add support for just In this case, you could just return an array of one column from I think using |
|
@FrigoEU do you plan to work on this or wanna me to take over? |
|
Hey,
I was planning to come back to this at some point. I'm not sure I agree
that using Virtualfield's is not OK. It works well, and I also think it's
functionally correct. But if you really don't agree, then I'll change it as
you suggested :).
Simon
…On Sat, 27 Mar 2021, 07:04 Petri Lehtinen, ***@***.***> wrote:
@FrigoEU <https://github.com/FrigoEU> do you plan to work on this or
wanna me to take over?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCBXAX2FM4FOJFXV6C2L2TTFVYPNANCNFSM4ZVD7YLA>
.
|
|
Well, I don’t have a very strong opinion. I just noticed all the |
Hi,
As mentioned in #123, this is my first attempt at supporting function calls in FROM clauses.
I changed the infer module a bit to support both
SourceColumnandVirtualFieldin a bunch of places. I think this will kinda work, but it definitely has some limitations:Very first try, so I'm happy to get any feedback at all!