(
t: Union[Executable, ReturnsRows],
)
| 360 | ) -> TypeGuard[SelectBase]: ... |
| 361 | |
| 362 | def is_select_statement( |
| 363 | t: Union[Executable, ReturnsRows], |
| 364 | ) -> TypeGuard[Select[Unpack[TupleAny]]]: ... |
| 365 | |
| 366 | def is_table(t: FromClause) -> TypeGuard[TableClause]: ... |
| 367 |