== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [18]: [VendorID#8897L, tpep_pickup_datetime#8898, tpep_dropoff_datetime#8899, passenger_count#8900, trip_distance#8901, RatecodeID#8902, store_and_fwd_flag#8903, PULocationID#8904L, DOLocationID#8905L, payment_type#8906L, fare_amount#8907, extra#8908, mta_tax#8909, tip_amount#8910, tolls_amount#8911, improvement_surcharge#8912, total_amount#8913, congestion_surcharge#8914]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2019-12.parquet]
ReadSchema: struct<VendorID:bigint,tpep_pickup_datetime:timestamp_ntz,tpep_dropoff_datetime:timestamp_ntz,passenger_count:double,trip_distance:double,RatecodeID:double,store_and_fwd_flag:string,PULocationID:bigint,DOLocationID:bigint,payment_type:bigint,fare_amount:double,extra:double,mta_tax:double,tip_amount:double,tolls_amount:double,improvement_surcharge:double,total_amount:double,congestion_surcharge:double>
(2) ColumnarToRow [codegen id : 1]
Input [18]: [VendorID#8897L, tpep_pickup_datetime#8898, tpep_dropoff_datetime#8899, passenger_count#8900, trip_distance#8901, RatecodeID#8902, store_and_fwd_flag#8903, PULocationID#8904L, DOLocationID#8905L, payment_type#8906L, fare_amount#8907, extra#8908, mta_tax#8909, tip_amount#8910, tolls_amount#8911, improvement_surcharge#8912, total_amount#8913, congestion_surcharge#8914]