Uses of Enum
ai.rapids.cudf.BufferType
Packages that use BufferType
-
Uses of BufferType in ai.rapids.cudf
Methods in ai.rapids.cudf that return BufferTypeModifier and TypeMethodDescriptionstatic BufferType
Returns the enum constant of this type with the specified name.static BufferType[]
BufferType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rapids.cudf with parameters of type BufferTypeModifier and TypeMethodDescriptionColumnVector.getDeviceBufferFor
(BufferType type) Get access to the raw device buffer for this column.HostColumnVectorCore.getHostBufferFor
(BufferType type) Get access to the raw host buffer for this column.