CastColumnTypeOperation

A transform operation that casts a column to a different type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Column name.

Link copied to clipboard

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

Link copied to clipboard

New column data type.

Link copied to clipboard

The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String