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 PadSidePadSide.fromNative(int nativeId) static PadSideReturns 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 ColumnVectorPad the Strings column until it reaches the desired length with spaces " ".final ColumnVectorPad the Strings column until it reaches the desired length.