commit | 05a2ac3a9c9f794be8b6cea81a1d46283162b7d3 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Feb 19 13:52:59 2018 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Feb 23 13:51:48 2018 -0600 |
tree | 4c3078f146f17e5decf07a489bbd64e37639a053 | |
parent | abe43ab439bba463f4727a98ed0cc0c6a5e8251f [diff] |
Save property check results in CountCondition The CountCondition class checks each property in its index against some condition. Save the result of each of those checks in the 2nd tuple element of the storage entry for that property so that other code may access it. Tested: Build and run unit tests Change-Id: Ie99f02062c28d003e588a43bf042ecd2834ad9b2 Signed-off-by: Matt Spinler <spinler@us.ibm.com>