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.DataType
public boolean isNullable()
isNullable
in class HostColumnVector.DataType
public HostColumnVector.DataType getChild(int index)
getChild
in class HostColumnVector.DataType
public int getNumChildren()
getNumChildren
in class HostColumnVector.DataType
Copyright © 2024. All rights reserved.