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.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.