InputColumn

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

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: InputColumn.Builder.() -> Unit = {}): InputColumn
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