Package org.apache.druid.segment.data
Class EntireLayoutColumnarDoublesSupplier
java.lang.Object
org.apache.druid.segment.data.EntireLayoutColumnarDoublesSupplier
- All Implemented Interfaces:
com.google.common.base.Supplier<ColumnarDoubles>,Supplier<ColumnarDoubles>
public class EntireLayoutColumnarDoublesSupplier
extends Object
implements com.google.common.base.Supplier<ColumnarDoubles>
-
Constructor Summary
ConstructorsConstructorDescriptionEntireLayoutColumnarDoublesSupplier(int totalSize, ByteBuffer fromBuffer, ByteOrder byteOrder) -
Method Summary
-
Constructor Details
-
EntireLayoutColumnarDoublesSupplier
public EntireLayoutColumnarDoublesSupplier(int totalSize, ByteBuffer fromBuffer, ByteOrder byteOrder)
-
-
Method Details
-
get
- Specified by:
getin interfacecom.google.common.base.Supplier<ColumnarDoubles>- Specified by:
getin interfaceSupplier<ColumnarDoubles>
-