public class NestedDataColumnSupplier extends Object implements com.google.common.base.Supplier<NestedCommonFormatColumn>
| Modifier and Type | Method and Description |
|---|---|
NestedCommonFormatColumn |
get() |
ColumnType |
getLogicalType() |
static NestedDataColumnSupplier |
read(ColumnType logicalType,
boolean hasNulls,
ByteBuffer bb,
ColumnBuilder columnBuilder,
ColumnConfig columnConfig,
BitmapSerdeFactory bitmapSerdeFactory,
ByteOrder byteOrder) |
public static NestedDataColumnSupplier read(ColumnType logicalType, boolean hasNulls, ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder)
public NestedCommonFormatColumn get()
get in interface com.google.common.base.Supplier<NestedCommonFormatColumn>public ColumnType getLogicalType()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.