public abstract static class HostColumnVector.DataType extends Object
Constructor and Description |
---|
DataType() |
Modifier and Type | Method and Description |
---|---|
abstract HostColumnVector.DataType |
getChild(int index) |
abstract int |
getNumChildren() |
abstract DType |
getType() |
abstract boolean |
isNullable() |
public abstract DType getType()
public abstract boolean isNullable()
public abstract HostColumnVector.DataType getChild(int index)
public abstract int getNumChildren()
Copyright © 2024. All rights reserved.