Uses of Class
ai.rapids.cudf.HostColumnVectorCore
Packages that use HostColumnVectorCore
-
Uses of HostColumnVectorCore in ai.rapids.cudf
Subclasses of HostColumnVectorCore in ai.rapids.cudfModifier and TypeClassDescriptionfinal class
Similar to a ColumnVector, but the data is stored in host memory and accessible directly from the JVM.Fields in ai.rapids.cudf with type parameters of type HostColumnVectorCoreModifier and TypeFieldDescriptionprotected List<HostColumnVectorCore>
HostColumnVectorCore.children
Methods in ai.rapids.cudf that return HostColumnVectorCoreMethods in ai.rapids.cudf with parameters of type HostColumnVectorCoreModifier and TypeMethodDescriptionvoid
TableDebug.debug
(String name, HostColumnVectorCore hostCol) Print the contents of a column.Constructor parameters in ai.rapids.cudf with type arguments of type HostColumnVectorCoreModifierConstructorDescriptionHostColumnVector
(DType type, long rows, Optional<Long> nullCount, HostMemoryBuffer hostDataBuffer, HostMemoryBuffer hostValidityBuffer, HostMemoryBuffer offsetBuffer, List<HostColumnVectorCore> nestedHcv) Create a new column vector with data populated on the host.HostColumnVectorCore
(DType type, long rows, Optional<Long> nullCount, HostMemoryBuffer data, HostMemoryBuffer validity, HostMemoryBuffer offsets, List<HostColumnVectorCore> nestedChildren)