queryPlanningTimeInMillis property
The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
Implementation
final int? queryPlanningTimeInMillis;