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

Method __deepcopy__

tests/comparison/query.py:561–564  ·  view source on GitHub ↗
(self, memo)

Source from the content-addressed store, hash-verified

559 return self.alias or self.with_clause_alias
560
561 def __deepcopy__(self, memo):
562 other = WithClauseInlineView(deepcopy(self.query, memo), self.with_clause_alias)
563 other.alias = self.alias
564 return other
565
566
567class JoinClause(object):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected