ibis.impala.api.ImpalaDatabase.namespace¶
-
ImpalaDatabase.
namespace
(ns: str)¶ Create a database namespace for accessing objects with common prefix.
Creates a derived Database instance for collections of objects having a common prefix. For example, for tables fooa, foob, and fooc, creating the “foo” namespace would enable you to reference those objects as a, b, and c, respectively.
- Parameters
ns (string) –
- Returns
ns
- Return type
DatabaseNamespace