Uses of Interface
ai.rapids.cudf.ColumnVector.EventHandler
Packages that use ColumnVector.EventHandler
-
Uses of ColumnVector.EventHandler in ai.rapids.cudf
Methods in ai.rapids.cudf that return ColumnVector.EventHandlerModifier and TypeMethodDescriptionColumnVector.getEventHandler()
Returns the current event handler for this ColumnVector or null if no handler is associated.ColumnVector.setEventHandler
(ColumnVector.EventHandler newHandler) Set an event handler for this vector.Methods in ai.rapids.cudf with parameters of type ColumnVector.EventHandlerModifier and TypeMethodDescriptionColumnVector.setEventHandler
(ColumnVector.EventHandler newHandler) Set an event handler for this vector.