public class TableDebug extends Object
修饰符和类型 | 类和说明 |
---|---|
static class |
TableDebug.Builder |
static class |
TableDebug.Output |
修饰符和类型 | 字段和说明 |
---|---|
static String |
OUTPUT_STREAM
指定以下任一项:-Dai.rapids.cudf.debug.output=stderr 直接打印到标准错误(默认)-Dai.rapids.cudf.debug.output=stdout 直接打印到标准输出 -Dai.rapids.cudf.debug.output=log[_level] 重定向到可进一步配置的日志子系统。
|
修饰符和类型 | 方法和说明 |
---|---|
static TableDebug.Builder |
builder() |
void |
debug(String name, ColumnView col)
打印列的内容。
|
void |
debug(String name, HostColumnVectorCore hostCol)
打印列的内容。
|
void |
debug(String name, Table table)
打印表的内容。
|
static TableDebug |
get() |
public static TableDebug.Builder builder()
public static TableDebug get()
public void debug(String name, Table table)
name
- 要打印的表的名称。table
- 要打印的表。public void debug(String name, ColumnView col)
name
- 要打印的列的名称。col
- 要打印的列。public void debug(String name, HostColumnVectorCore hostCol)
name
- 要打印的列的名称。hostCol
- 要打印的列。Copyright © 2025. 版权所有。