Package com.illumon.iris.db.v2.ssa
Class FloatSsaChecker
java.lang.Object
com.illumon.iris.db.v2.ssa.FloatSsaChecker
- All Implemented Interfaces:
SsaChecker
public class FloatSsaChecker extends Object implements SsaChecker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.ssa.SsaChecker
SsaChecker.SsaCheckException
-
Method Summary
Modifier and Type Method Description void
checkSsa(SegmentedSortedArray ssa, Chunk<? extends Attributes.Values> valueChunk, LongChunk<? extends Attributes.KeyIndices> tableIndexChunk)
-
Method Details
-
checkSsa
public void checkSsa(SegmentedSortedArray ssa, Chunk<? extends Attributes.Values> valueChunk, LongChunk<? extends Attributes.KeyIndices> tableIndexChunk)- Specified by:
checkSsa
in interfaceSsaChecker
-