== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#6594, tpep_pickup_datetime#6595, tpep_dropoff_datetime#6596, passenger_count#6597L, trip_distance#6598, RatecodeID#6599L, store_and_fwd_flag#6600, PULocationID#6601, DOLocationID#6602, payment_type#6603L, fare_amount#6604, extra#6605, mta_tax#6606, tip_amount#6607, tolls_amount#6608, improvement_surcharge#6609, total_amount#6610, congestion_surcharge#6611, Airport_fee#6612]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-06.parquet]
ReadSchema: struct<VendorID:int,tpep_pickup_datetime:timestamp_ntz,tpep_dropoff_datetime:timestamp_ntz,passenger_count:bigint,trip_distance:double,RatecodeID:bigint,store_and_fwd_flag:string,PULocationID:int,DOLocationID:int,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,Airport_fee:double>
(2) ColumnarToRow [codegen id : 1]
Input [19]: [VendorID#6594, tpep_pickup_datetime#6595, tpep_dropoff_datetime#6596, passenger_count#6597L, trip_distance#6598, RatecodeID#6599L, store_and_fwd_flag#6600, PULocationID#6601, DOLocationID#6602, payment_type#6603L, fare_amount#6604, extra#6605, mta_tax#6606, tip_amount#6607, tolls_amount#6608, improvement_surcharge#6609, total_amount#6610, congestion_surcharge#6611, Airport_fee#6612]