== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#8325, tpep_pickup_datetime#8326, tpep_dropoff_datetime#8327, passenger_count#8328L, trip_distance#8329, RatecodeID#8330L, store_and_fwd_flag#8331, PULocationID#8332, DOLocationID#8333, payment_type#8334L, fare_amount#8335, extra#8336, mta_tax#8337, tip_amount#8338, tolls_amount#8339, improvement_surcharge#8340, total_amount#8341, congestion_surcharge#8342, Airport_fee#8343]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-09.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#8325, tpep_pickup_datetime#8326, tpep_dropoff_datetime#8327, passenger_count#8328L, trip_distance#8329, RatecodeID#8330L, store_and_fwd_flag#8331, PULocationID#8332, DOLocationID#8333, payment_type#8334L, fare_amount#8335, extra#8336, mta_tax#8337, tip_amount#8338, tolls_amount#8339, improvement_surcharge#8340, total_amount#8341, congestion_surcharge#8342, Airport_fee#8343]