public static class HostColumnVector.ListType extends HostColumnVector.DataType
| Constructor and Description |
|---|
ListType(boolean isNullable,
HostColumnVector.DataType child) |
| Modifier and Type | Method and Description |
|---|---|
HostColumnVector.DataType |
getChild(int index) |
int |
getNumChildren() |
DType |
getType() |
boolean |
isNullable() |
public ListType(boolean isNullable,
HostColumnVector.DataType child)
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.