== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#7547, tpep_pickup_datetime#7548, tpep_dropoff_datetime#7549, passenger_count#7550L, trip_distance#7551, RatecodeID#7552L, store_and_fwd_flag#7553, PULocationID#7554, DOLocationID#7555, payment_type#7556L, fare_amount#7557, extra#7558, mta_tax#7559, tip_amount#7560, tolls_amount#7561, improvement_surcharge#7562, total_amount#7563, congestion_surcharge#7564, Airport_fee#7565]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-12.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#7547, tpep_pickup_datetime#7548, tpep_dropoff_datetime#7549, passenger_count#7550L, trip_distance#7551, RatecodeID#7552L, store_and_fwd_flag#7553, PULocationID#7554, DOLocationID#7555, payment_type#7556L, fare_amount#7557, extra#7558, mta_tax#7559, tip_amount#7560, tolls_amount#7561, improvement_surcharge#7562, total_amount#7563, congestion_surcharge#7564, Airport_fee#7565]