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