Column

constructor(handle: StepHandle<*>, columnName: String?)

Parameters

handle

Handle to the step from which the data originates.

columnName

Name of the column whose values should be fetched.

Type Parameters

T

The expected type of elements in the column. The resulting value will be of type List<T>.


constructor(handle: StepHandle<*>)