== Parsed Logical Plan ==
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#177 as string) AS hostname#186, cast(responsecode#178 as string) AS responsecode#187, cast(count#179L as string) AS count#188]
+- LocalRelation [hostname#177, responsecode#178, count#179L]
== Analyzed Logical Plan ==
hostname: string, responsecode: string, count: string
GlobalLimit 100001
+- LocalLimit 100001
+- Project [cast(hostname#177 as string) AS hostname#186, cast(responsecode#178 as string) AS responsecode#187, cast(count#179L as string) AS count#188]
+- LocalRelation [hostname#177, responsecode#178, count#179L]
== Optimized Logical Plan ==
LocalRelation [hostname#186, responsecode#187, count#188]
== Physical Plan ==
LocalTableScan [hostname#186, responsecode#187, count#188]