Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
Schema.Builder |
Schema.Builder.addColumn(DType type,
String name)
Add a new column
|
static Schema.Builder |
Schema.builder() |
Schema.Builder |
Schema.Builder.column(DType type,
String name)
Adds a single column to the current schema.
|
Copyright © 2024. All rights reserved.