Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ __deepcopy__
Method
__deepcopy__
tests/comparison/query.py:618–619 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
616
self.boolean_expr = boolean_expr
617
618
def
__deepcopy__(self, memo):
619
return
WhereClause(deepcopy(self.boolean_expr, memo))
620
621
622
class
GroupByClause(object):
Callers
nothing calls this directly
Calls
1
WhereClause
Class · 0.85
Tested by
no test coverage detected