== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#5070, tpep_pickup_datetime#5071, tpep_dropoff_datetime#5072, passenger_count#5073L, trip_distance#5074, RatecodeID#5075L, store_and_fwd_flag#5076, PULocationID#5077, DOLocationID#5078, payment_type#5079L, fare_amount#5080, extra#5081, mta_tax#5082, tip_amount#5083, tolls_amount#5084, improvement_surcharge#5085, total_amount#5086, congestion_surcharge#5087, Airport_fee#5088]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-11.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#5070, tpep_pickup_datetime#5071, tpep_dropoff_datetime#5072, passenger_count#5073L, trip_distance#5074, RatecodeID#5075L, store_and_fwd_flag#5076, PULocationID#5077, DOLocationID#5078, payment_type#5079L, fare_amount#5080, extra#5081, mta_tax#5082, tip_amount#5083, tolls_amount#5084, improvement_surcharge#5085, total_amount#5086, congestion_surcharge#5087, Airport_fee#5088]