Class CharChunkMatchFilterFactory

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

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