MCPcopy 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
622class GroupByClause(object):

Callers

nothing calls this directly

Calls 1

WhereClauseClass · 0.85

Tested by

no test coverage detected