Uses of Enum
ai.rapids.cudf.PadSide
Packages that use PadSide
-
Uses of PadSide in ai.rapids.cudf
Methods in ai.rapids.cudf that return PadSideModifier and TypeMethodDescriptionstatic PadSide
PadSide.fromNative
(int nativeId) static PadSide
Returns the enum constant of this type with the specified name.static PadSide[]
PadSide.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 PadSideModifier and TypeMethodDescriptionfinal ColumnVector
Pad the Strings column until it reaches the desired length with spaces " ".final ColumnVector
Pad the Strings column until it reaches the desired length.