side_type
Direction identifier for cudf::strings::strip and cudf::strings::pad functions.
@ RIGHT
strip/pad characters from the end of the string
@ BOTH
strip/pad characters from the beginning and end of the string
@ LEFT
strip/pad characters from the beginning of the string