Class IntChunkMatchFilterFactory

java.lang.Object
io.deephaven.engine.table.impl.chunkfilter.IntChunkMatchFilterFactory

public class IntChunkMatchFilterFactory extends Object
Creates chunk filters for int values. The strategy is that for one, two, or three values we have specialized classes that will do the appropriate simple equality check. For more values, we use a trove set and check contains for each value in the chunk.