Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ __deepcopy__
Method
__deepcopy__
tests/comparison/query.py:640–641 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
638
self.boolean_expr = boolean_expr
639
640
def
__deepcopy__(self, memo):
641
return
HavingClause(deepcopy(self.boolean_expr, memo))
642
643
644
class
UnionClause(object):
Callers
nothing calls this directly
Calls
1
HavingClause
Class · 0.85
Tested by
no test coverage detected