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

Method __deepcopy__

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

Source from the content-addressed store, hash-verified

406 return self.val_expr.contains_analytic
407
408 def __deepcopy__(self, memo):
409 other = SelectItem(deepcopy(self.val_expr, memo))
410 other.alias = self.alias
411 return other
412
413
414class Subquery(ValExpr):

Callers

nothing calls this directly

Calls 1

SelectItemClass · 0.85

Tested by

no test coverage detected