Class WouldMatchOperation

java.lang.Object
com.illumon.iris.db.v2.WouldMatchOperation
All Implemented Interfaces:
QueryTable.MemoizableOperation, QueryTable.Operation

public class WouldMatchOperation
extends Object
implements QueryTable.MemoizableOperation
A table operation similar to Table.where(String...) except that instead of filtering the rows in the table, it appends new columns containing the result of the filter evaluation on each row of the table. It will re-evaluate cell values if any of the underlying filters are dynamic, and change.