(
t: FromClauseRole,
)
| 332 | def is_ddl_compiler(c: Compiled) -> TypeGuard[DDLCompiler]: ... |
| 333 | |
| 334 | def is_named_from_clause( |
| 335 | t: FromClauseRole, |
| 336 | ) -> TypeGuard[NamedFromClause]: ... |
| 337 | |
| 338 | def is_column_element( |
| 339 | c: ClauseElement, |
no outgoing calls
no test coverage detected