Class FloatChunkMatchFilterFactory

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

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