Class LongChunkMatchFilterFactory

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

public class LongChunkMatchFilterFactory extends Object
Creates chunk filters for long 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.