Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static PadSide |
PadSide.fromNative(int nativeId) |
static PadSide |
PadSide.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
ColumnVector |
ColumnView.pad(int width,
PadSide side)
Pad the Strings column until it reaches the desired length with spaces " ".
|
ColumnVector |
ColumnView.pad(int width,
PadSide side,
String fillChar)
Pad the Strings column until it reaches the desired length.
|
Copyright © 2024. All rights reserved.