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

Method add_constraint

tests/common/test_vector.py:299–300  ·  view source on GitHub ↗
(self, constraint_func)

Source from the content-addressed store, hash-verified

297 return res
298
299 def add_constraint(self, constraint_func):
300 self.constraint_list.append(constraint_func)
301
302 def clear_constraints(self):
303 self.constraint_list = list()

Callers 15

add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80
add_test_dimensionsMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected