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

Class LimitClause

tests/comparison/query.py:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692
693
694class LimitClause(object):
695
696 def __init__(self, limit):
697 self.limit = limit
698
699 def __deepcopy__(self, memo):
700 return LimitClause(deepcopy(self.limit, memo))
701
702
703class InsertClause(object):

Callers 2

__deepcopy__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected