Structs
- Holds per-execution properties and data (such as starting timestamps, etc). An instance of this struct is created each time a
LogicalPlan
is prepared for execution (optimized). If the same plan is optimized multiple times, a newExecutionProps
is created each time.