== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#5254, tpep_pickup_datetime#5255, tpep_dropoff_datetime#5256, passenger_count#5257L, trip_distance#5258, RatecodeID#5259L, store_and_fwd_flag#5260, PULocationID#5261, DOLocationID#5262, payment_type#5263L, fare_amount#5264, extra#5265, mta_tax#5266, tip_amount#5267, tolls_amount#5268, improvement_surcharge#5269, total_amount#5270, congestion_surcharge#5271, Airport_fee#5272]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2024-10.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#5254, tpep_pickup_datetime#5255, tpep_dropoff_datetime#5256, passenger_count#5257L, trip_distance#5258, RatecodeID#5259L, store_and_fwd_flag#5260, PULocationID#5261, DOLocationID#5262, payment_type#5263L, fare_amount#5264, extra#5265, mta_tax#5266, tip_amount#5267, tolls_amount#5268, improvement_surcharge#5269, total_amount#5270, congestion_surcharge#5271, Airport_fee#5272]