== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#6973, tpep_pickup_datetime#6974, tpep_dropoff_datetime#6975, passenger_count#6976L, trip_distance#6977, RatecodeID#6978L, store_and_fwd_flag#6979, PULocationID#6980, DOLocationID#6981, payment_type#6982L, fare_amount#6983, extra#6984, mta_tax#6985, tip_amount#6986, tolls_amount#6987, improvement_surcharge#6988, total_amount#6989, congestion_surcharge#6990, Airport_fee#6991]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2023-08.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#6973, tpep_pickup_datetime#6974, tpep_dropoff_datetime#6975, passenger_count#6976L, trip_distance#6977, RatecodeID#6978L, store_and_fwd_flag#6979, PULocationID#6980, DOLocationID#6981, payment_type#6982L, fare_amount#6983, extra#6984, mta_tax#6985, tip_amount#6986, tolls_amount#6987, improvement_surcharge#6988, total_amount#6989, congestion_surcharge#6990, Airport_fee#6991]