== Physical Plan ==
TakeOrderedAndProject (2)
+- Scan csv (1)
(1) Scan csv
Output [5]: [country#1273, weeknum#1274, numinvoices#1275, totalquantity#1276, invoicevalue#1277]
Batched: false
Location: InMemoryFileIndex [hdfs://m01.itversity.com:9000/public/trendytech/datasets/windowdata.csv]
ReadSchema: struct<country:string,weeknum:int,numinvoices:int,totalquantity:int,invoicevalue:double>
(2) TakeOrderedAndProject
Input [5]: [country#1273, weeknum#1274, numinvoices#1275, totalquantity#1276, invoicevalue#1277]
Arguments: 6, [country#1273 ASC NULLS FIRST], [country#1273, cast(weeknum#1274 as string) AS weeknum#1289, cast(numinvoices#1275 as string) AS numinvoices#1290, cast(totalquantity#1276 as string) AS totalquantity#1291, cast(invoicevalue#1277 as string) AS invoicevalue#1292]