Hello, I'm curious if there's any performance consequence of using a TableFunction + leftOuterJoinLateral to create some new columns vs creating each column individually?
I'm hoping that lookup for a row with leftOuterJoinLateral is essentially O(1), so as soon as the TableFunction is done it just appends the new column values to the row. Thanks! -- Rex Fenley | Software Engineer - Mobile and Backend Remind.com <https://www.remind.com/> | BLOG <http://blog.remind.com/> | FOLLOW US <https://twitter.com/remindhq> | LIKE US <https://www.facebook.com/remindhq>