Uses of Class
ai.rapids.cudf.CudfException
Packages that use CudfException
-
Uses of CudfException in ai.rapids.cudf
Subclasses of CudfException in ai.rapids.cudfModifier and TypeClassDescriptionclass
Exception thrown when CUDF operation results in a column size exceeding CUDF column size limitsMethods in ai.rapids.cudf that throw CudfExceptionModifier and TypeMethodDescriptionvoid
StreamedTableReader.close()
abstract void
TableWriter.close()
final Table
ColumnView.extractRe
(RegexProgram regexProg) For each captured group specified in the given regex program return a column in the table.final Table
Deprecated.StreamedTableReader.getNextIfAvailable()
Get the next table if available.StreamedTableReader.getNextIfAvailable
(int rowTarget) Get the next table if available.static void
Cuda.setDevice
(int device) Set the id of the current device.final 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.final ColumnVector
ColumnView.urlEncode()
Converts mostly non-ascii characters and control characters into UTF-8 hex code-points prefixed with '%'.abstract void
Write out a table.