Viewing 3 posts - 1 through 3 (of 3 total)
Hi Jeff
U-SQL only has one type of TVFs: imTVFs: inlineable, multi-statement TVFs. No "stupid" differentiation.
Cheers
Michael
October 12, 2016 at 6:55 pm
We have changed the syntax for Partitioning and Distribution. Can you please update your samples.
More details here: https://github.com/Azure/AzureDataLake/blob/master/docs/Release_Notes/2016/2016_08_01/USQL_Release_Notes_2016_08_01.md#start-of-deprecation-of-old-partitioned-by-syntax
Cheers
Michael
October 12, 2016 at 3:33 am
Great article and examples.
Some additional comments:
RETURNS @result
Unlike T-SQL, U-SQL always inlines TVFs. This allows...
October 12, 2016 at 3:28 am
Viewing 3 posts - 1 through 3 (of 3 total)