DataSetInputColumn

data class DataSetInputColumn(val name: String, val subType: DataSetColumnDataSubType? = null, val type: DataSetInputColumnDataType)

Metadata for a column that is used as the input of a transform operation.

Constructors

Link copied to clipboard
constructor(name: String, subType: DataSetColumnDataSubType? = null, type: DataSetInputColumnDataType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of this column in the underlying data source.

Link copied to clipboard

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

Link copied to clipboard

The data type of the column.