| Method and Description |
|---|
| ai.rapids.cudf.ColumnView.all(DType)
the only output type supported is BOOL8.
|
| ai.rapids.cudf.HostColumnVector.ColumnBuilder.getCurrentByteIndex() |
| ai.rapids.cudf.HostColumnVector.ColumnBuilder.incrCurrentIndex() |
| ai.rapids.cudf.DType.isTimestamp() |
| ai.rapids.cudf.ColumnView.logicalCastTo(DType)
this has changed to bit_cast in C++ so use that name instead
|
| ai.rapids.cudf.ColumnView.max(DType)
the max reduction no longer internally allows for setting the output type, as a
work around this API will cast the input type to the output type for you, but this may not
work in all cases.
|
| ai.rapids.cudf.ColumnView.min(DType)
the min reduction no longer internally allows for setting the output type, as a
work around this API will cast the input type to the output type for you, but this may not
work in all cases.
|
| ai.rapids.cudf.RmmEventHandler.onAllocFailure(long)
deprecated in favor of onAllocFailure(long, boolean)
|
| ai.rapids.cudf.WindowOptions.Builder.timestampAscending()
Use orderByAscending()
|
| ai.rapids.cudf.WindowOptions.Builder.timestampColumnIndex(int)
Use orderByColumnIndex(int index)
|
| ai.rapids.cudf.WindowOptions.Builder.timestampDescending()
Use orderByDescending()
|
Copyright © 2023. All rights reserved.