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

Method __deepcopy__

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

Source from the content-addressed store, hash-verified

598 self.is_lateral_join = False
599
600 def __deepcopy__(self, memo):
601 other = JoinClause(
602 self.join_type,
603 deepcopy(self.table_expr, memo),
604 deepcopy(self.boolean_expr, memo))
605 other.is_lateral_join = self.is_lateral_join
606 return other
607
608
609class WhereClause(object):

Callers

nothing calls this directly

Calls 1

JoinClauseClass · 0.85

Tested by

no test coverage detected