Package org.apache.druid.segment.data
Class BlockLayoutColumnarLongsSupplier
java.lang.Object
org.apache.druid.segment.data.BlockLayoutColumnarLongsSupplier
- All Implemented Interfaces:
com.google.common.base.Supplier<ColumnarLongs>,Supplier<ColumnarLongs>
public class BlockLayoutColumnarLongsSupplier
extends Object
implements com.google.common.base.Supplier<ColumnarLongs>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBlockLayoutColumnarLongsSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionFactory.LongEncodingReader reader, CompressionStrategy strategy, SmooshedFileMapper smooshMapper) -
Method Summary
-
Constructor Details
-
BlockLayoutColumnarLongsSupplier
public BlockLayoutColumnarLongsSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionFactory.LongEncodingReader reader, CompressionStrategy strategy, SmooshedFileMapper smooshMapper)
-
-
Method Details
-
get
- Specified by:
getin interfacecom.google.common.base.Supplier<ColumnarLongs>- Specified by:
getin interfaceSupplier<ColumnarLongs>
-