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 TypeClassDescriptionclassException thrown when CUDF operation results in a column size exceeding CUDF column size limitsMethods in ai.rapids.cudf that throw CudfExceptionModifier and TypeMethodDescriptionvoidStreamedTableReader.close()abstract voidTableWriter.close()final TableColumnView.extractRe(RegexProgram regexProg) For each captured group specified in the given regex program return a column in the table.final TableDeprecated.StreamedTableReader.getNextIfAvailable()Get the next table if available.StreamedTableReader.getNextIfAvailable(int rowTarget) Get the next table if available.static voidCuda.setDevice(int device) Set the id of the current device.final ColumnVectorColumnView.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 ColumnVectorColumnView.urlEncode()Converts mostly non-ascii characters and control characters into UTF-8 hex code-points prefixed with '%'.abstract voidWrite out a table.