Package ai.rapids.cudf
Class HostColumnVector.StructType
java.lang.Object
ai.rapids.cudf.HostColumnVector.DataType
ai.rapids.cudf.HostColumnVector.StructType
- Enclosing class:
- HostColumnVector
-
Constructor Summary
ConstructorsConstructorDescriptionStructType(boolean isNullable, HostColumnVector.DataType... children) StructType(boolean isNullable, List<HostColumnVector.DataType> children) -
Method Summary
-
Constructor Details
-
StructType
-
StructType
-
-
Method Details
-
getType
- Specified by:
getTypein classHostColumnVector.DataType
-
isNullable
public boolean isNullable()- Specified by:
isNullablein classHostColumnVector.DataType
-
getChild
- Specified by:
getChildin classHostColumnVector.DataType
-
getNumChildren
public int getNumChildren()- Specified by:
getNumChildrenin classHostColumnVector.DataType
-