public class NestedDataColumnMetadata extends Object
| Constructor and Description |
|---|
NestedDataColumnMetadata(ByteOrder byteOrder,
BitmapSerdeFactory bitmapSerdeFactory,
String fileNameBase,
Boolean hasNulls) |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
getBitmapSerdeFactory() |
ByteOrder |
getByteOrder() |
String |
getFileNameBase() |
Boolean |
hasNulls() |
public NestedDataColumnMetadata(ByteOrder byteOrder, BitmapSerdeFactory bitmapSerdeFactory, String fileNameBase, Boolean hasNulls)
public ByteOrder getByteOrder()
public BitmapSerdeFactory getBitmapSerdeFactory()
public String getFileNameBase()
public Boolean hasNulls()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.