Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ __deepcopy__
Method
__deepcopy__
tests/comparison/query.py:699–700 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
697
self.limit = limit
698
699
def
__deepcopy__(self, memo):
700
return
LimitClause(deepcopy(self.limit, memo))
701
702
703
class
InsertClause(object):
Callers
nothing calls this directly
Calls
1
LimitClause
Class · 0.85
Tested by
no test coverage detected