Package org.apache.druid.segment.serde
Class LongNumericColumnSupplier
java.lang.Object
org.apache.druid.segment.serde.LongNumericColumnSupplier
- All Implemented Interfaces:
com.google.common.base.Supplier<NumericColumn>,Supplier<NumericColumn>
public class LongNumericColumnSupplier
extends Object
implements com.google.common.base.Supplier<NumericColumn>
-
Constructor Summary
ConstructorsConstructorDescriptionLongNumericColumnSupplier(CompressedColumnarLongsSupplier column, ImmutableBitmap nullValueBitmap) -
Method Summary
-
Constructor Details
-
LongNumericColumnSupplier
public LongNumericColumnSupplier(CompressedColumnarLongsSupplier column, ImmutableBitmap nullValueBitmap)
-
-
Method Details
-
get
- Specified by:
getin interfacecom.google.common.base.Supplier<NumericColumn>- Specified by:
getin interfaceSupplier<NumericColumn>
-