| 1 | from __future__ import unicode_literals |
| 2 | from prompt_toolkit.completion import Completion |
| 3 | from metadata import (MetaData, alias, name_join, fk_join, join, keyword, |
| 4 | schema, table, view, function, column, wildcard_expansion, |
nothing calls this directly
no test coverage detected