== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#8141, tpep_pickup_datetime#8142, tpep_dropoff_datetime#8143, passenger_count#8144L, trip_distance#8145, RatecodeID#8146L, store_and_fwd_flag#8147, PULocationID#8148, DOLocationID#8149, payment_type#8150L, fare_amount#8151, extra#8152, mta_tax#8153, tip_amount#8154, tolls_amount#8155, improvement_surcharge#8156, total_amount#8157, congestion_surcharge#8158, Airport_fee#8159]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-04.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#8141, tpep_pickup_datetime#8142, tpep_dropoff_datetime#8143, passenger_count#8144L, trip_distance#8145, RatecodeID#8146L, store_and_fwd_flag#8147, PULocationID#8148, DOLocationID#8149, payment_type#8150L, fare_amount#8151, extra#8152, mta_tax#8153, tip_amount#8154, tolls_amount#8155, improvement_surcharge#8156, total_amount#8157, congestion_surcharge#8158, Airport_fee#8159]