Package org.apache.druid.segment.serde
Class CombineFirstTwoValuesColumnarInts
- java.lang.Object
-
- org.apache.druid.segment.serde.CombineFirstTwoValuesIndexedInts
-
- org.apache.druid.segment.serde.CombineFirstTwoValuesColumnarInts
-
- All Implemented Interfaces:
Closeable,AutoCloseable,HotLoopCallee,ColumnarInts,IndexedInts
public class CombineFirstTwoValuesColumnarInts extends CombineFirstTwoValuesIndexedInts implements ColumnarInts
AColumnarIntsfacade overCombineFirstTwoValuesIndexedInts. Provided to enable compatibility for segments written underNullHandling.sqlCompatible()mode but read underNullHandling.replaceWithDefault()mode.
-
-
Constructor Summary
Constructors Constructor Description CombineFirstTwoValuesColumnarInts(ColumnarInts delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.apache.druid.segment.serde.CombineFirstTwoValuesIndexedInts
get, get, get, inspectRuntimeShape, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.query.monomorphicprocessing.HotLoopCallee
inspectRuntimeShape
-
Methods inherited from interface org.apache.druid.segment.data.IndexedInts
debugToString, forEach, get, get, get, size
-
-
-
-
Constructor Detail
-
CombineFirstTwoValuesColumnarInts
public CombineFirstTwoValuesColumnarInts(ColumnarInts delegate)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-