public static class HostColumnVector.BasicType extends HostColumnVector.DataType
| Constructor and Description |
|---|
BasicType(boolean isNullable,
DType type) |
| Modifier and Type | Method and Description |
|---|---|
HostColumnVector.DataType |
getChild(int index) |
int |
getNumChildren() |
DType |
getType() |
boolean |
isNullable() |
public BasicType(boolean isNullable,
DType type)
public DType getType()
getType in class HostColumnVector.DataTypepublic boolean isNullable()
isNullable in class HostColumnVector.DataTypepublic HostColumnVector.DataType getChild(int index)
getChild in class HostColumnVector.DataTypepublic int getNumChildren()
getNumChildren in class HostColumnVector.DataTypeCopyright © 2024. All rights reserved.