Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Class and Description |
---|---|
class |
CudfColumnSizeOverflowException
Exception thrown when CUDF operation results in a column size
exceeding CUDF column size limits
|
Modifier and Type | Method and Description |
---|---|
void |
StreamedTableReader.close() |
abstract void |
TableWriter.close() |
Table |
ColumnView.extractRe(RegexProgram regexProg)
For each captured group specified in the given regex program
return a column in the table.
|
Table |
ColumnView.extractRe(String pattern)
Deprecated.
|
Table |
StreamedTableReader.getNextIfAvailable()
Get the next table if available.
|
Table |
StreamedTableReader.getNextIfAvailable(int rowTarget)
Get the next table if available.
|
static void |
Cuda.setDevice(int device)
Set the id of the current device.
|
ColumnVector |
ColumnView.urlDecode()
Converts all character sequences starting with '%' into character code-points
interpreting the 2 following characters as hex values to create the code-point.
|
ColumnVector |
ColumnView.urlEncode()
Converts mostly non-ascii characters and control characters into UTF-8 hex code-points
prefixed with '%'.
|
abstract void |
TableWriter.write(Table table)
Write out a table.
|
Copyright © 2024. All rights reserved.