== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#8713L, tpep_pickup_datetime#8714, tpep_dropoff_datetime#8715, passenger_count#8716, trip_distance#8717, RatecodeID#8718, store_and_fwd_flag#8719, PULocationID#8720L, DOLocationID#8721L, payment_type#8722L, fare_amount#8723, extra#8724, mta_tax#8725, tip_amount#8726, tolls_amount#8727, improvement_surcharge#8728, total_amount#8729, congestion_surcharge#8730, airport_fee#8731]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2021-08.parquet]
ReadSchema: struct<VendorID:bigint,tpep_pickup_datetime:timestamp_ntz,tpep_dropoff_datetime:timestamp_ntz,passenger_count:double,trip_distance:double,RatecodeID:double,store_and_fwd_flag:string,PULocationID:bigint,DOLocationID:bigint,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#8713L, tpep_pickup_datetime#8714, tpep_dropoff_datetime#8715, passenger_count#8716, trip_distance#8717, RatecodeID#8718, store_and_fwd_flag#8719, PULocationID#8720L, DOLocationID#8721L, payment_type#8722L, fare_amount#8723, extra#8724, mta_tax#8725, tip_amount#8726, tolls_amount#8727, improvement_surcharge#8728, total_amount#8729, congestion_surcharge#8730, airport_fee#8731]