Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ __deepcopy__
Method
__deepcopy__
tests/comparison/query.py:429–430 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
427
return
self.query.select_clause.items[0].type
428
429
def
__deepcopy__(self, memo):
430
return
Subquery(deepcopy(self.query, memo))
431
432
433
class
FromClause(object):
Callers
nothing calls this directly
Calls
1
Subquery
Class · 0.70
Tested by
no test coverage detected