== Parsed Logical Plan ==
GlobalLimit 21
+- LocalLimit 21
+- Project [cast(window#833-T3000ms as string) AS window#839, cast(gif_count#834L as string) AS gif_count#840]
+- LocalRelation <empty>, [window#833-T3000ms, gif_count#834L]
== Analyzed Logical Plan ==
window: string, gif_count: string
GlobalLimit 21
+- LocalLimit 21
+- Project [cast(window#833-T3000ms as string) AS window#839, cast(gif_count#834L as string) AS gif_count#840]
+- LocalRelation <empty>, [window#833-T3000ms, gif_count#834L]
== Optimized Logical Plan ==
LocalRelation <empty>, [window#839, gif_count#840]
== Physical Plan ==
LocalTableScan <empty>, [window#839, gif_count#840]