== Physical Plan ==
* ColumnarToRow (2)
+- Scan parquet (1)
(1) Scan parquet
Output [19]: [VendorID#8529L, tpep_pickup_datetime#8530, tpep_dropoff_datetime#8531, passenger_count#8532, trip_distance#8533, RatecodeID#8534, store_and_fwd_flag#8535, PULocationID#8536L, DOLocationID#8537L, payment_type#8538L, fare_amount#8539, extra#8540, mta_tax#8541, tip_amount#8542, tolls_amount#8543, improvement_surcharge#8544, total_amount#8545, congestion_surcharge#8546, airport_fee#8547]
Batched: true
Location: InMemoryFileIndex [file:/home/jovyan/data/yellow-taxi/yellow_tripdata_2021-12.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#8529L, tpep_pickup_datetime#8530, tpep_dropoff_datetime#8531, passenger_count#8532, trip_distance#8533, RatecodeID#8534, store_and_fwd_flag#8535, PULocationID#8536L, DOLocationID#8537L, payment_type#8538L, fare_amount#8539, extra#8540, mta_tax#8541, tip_amount#8542, tolls_amount#8543, improvement_surcharge#8544, total_amount#8545, congestion_surcharge#8546, airport_fee#8547]