Package org.apache.druid.segment.nested
Class NestedDataColumnSupplier
- java.lang.Object
-
- org.apache.druid.segment.nested.NestedDataColumnSupplier
-
- All Implemented Interfaces:
com.google.common.base.Supplier<NestedCommonFormatColumn>,Supplier<NestedCommonFormatColumn>
public class NestedDataColumnSupplier extends Object implements com.google.common.base.Supplier<NestedCommonFormatColumn>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NestedCommonFormatColumnget()ColumnTypegetLogicalType()static NestedDataColumnSupplierread(ColumnType logicalType, boolean hasNulls, ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder)
-
-
-
Method Detail
-
read
public static NestedDataColumnSupplier read(ColumnType logicalType, boolean hasNulls, ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder)
-
get
public NestedCommonFormatColumn get()
- Specified by:
getin interfacecom.google.common.base.Supplier<NestedCommonFormatColumn>- Specified by:
getin interfaceSupplier<NestedCommonFormatColumn>
-
getLogicalType
public ColumnType getLogicalType()
-
-