(query: QueryIR)
| 911 | } |
| 912 | |
| 913 | function getFirstFromAlias(query: QueryIR): string | undefined { |
| 914 | return getFromSources(query.from)[0]?.alias |
| 915 | } |
| 916 | |
| 917 | /** |
| 918 | * Helper function to optimize a FROM clause while tracking what was actually optimized. |
no test coverage detected