DataSetRenameColumnOperation

data class DataSetRenameColumnOperation(val columnName: String, val newColumnName: String? = null)

A transform operation that renames a column.

Constructors

Link copied to clipboard
constructor(columnName: String, newColumnName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column to be renamed.

Link copied to clipboard
val newColumnName: String? = null

The new name for the column.