Namespaces | Enumerations
side_type.hpp File Reference

Enum defining the side of a string to apply strip or pad operations. More...

#include <cudf/utilities/export.hpp>

Go to the source code of this file.

Namespaces

 cudf
 cuDF interfaces
 
 cudf::strings
 Strings column APIs.
 

Enumerations

enum class  cudf::strings::side_type { cudf::strings::LEFT , cudf::strings::RIGHT , cudf::strings::BOTH }
 Direction identifier for cudf::strings::strip and cudf::strings::pad functions. More...
 

Detailed Description

Enum defining the side of a string to apply strip or pad operations.

Definition in file side_type.hpp.