Expand description
Core statement executor - unified execution path for all modes
This module provides the single source of truth for executing SQL statements. Both script mode and single query mode should use this executor to ensure consistent behavior and eliminate code duplication.
Structsยง
- Execution
Result - Result of executing a SQL statement
- Execution
Stats - Statistics about query execution
- Statement
Executor - Core statement executor