MCPcopy Create free account
hub / github.com/apache/impala / clear_configuration

Method clear_configuration

tests/common/impala_connection.py:186–188  ·  view source on GitHub ↗

Clears all existing configuration.

(self)

Source from the content-addressed store, hash-verified

184
185 @abc.abstractmethod
186 def clear_configuration(self):
187 """Clears all existing configuration."""
188 pass
189
190 @abc.abstractmethod
191 def connect(self):

Calls

no outgoing calls