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

Method clear_state

tests/comparison/query_generator.py:91–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 return self.queries_under_construction[0]
90
91 def clear_state(self):
92 # This function clears the state from the previous query.
93 self.cur_id = 0
94 self.profile.query = None
95 self.max_nested_query_count = None
96
97 def generate_statement(self,
98 table_exprs,

Callers 1

generate_statementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected