Column

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

Parameters

T

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

handle

Handle to the step from which the data originates.

columnName

Name of the column whose values should be fetched.


constructor(handle: StepHandle<*>)