Class WouldMatchOperation

java.lang.Object
io.deephaven.engine.table.impl.WouldMatchOperation
All Implemented Interfaces:
QueryTable.MemoizableOperation<QueryTable>, QueryTable.Operation<QueryTable>

public class WouldMatchOperation extends Object implements QueryTable.MemoizableOperation<QueryTable>
A table operation similar to TableOperations.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.