singleCol

inline fun <T> Dataset<T>.singleCol(colName: String = "value"): TypedColumn<T, T>
inline fun <DsType> singleCol(colName: String = "value"): TypedColumn<DsType, DsType>

Can be used to create a TypedColumn for a simple Dataset with just one single column called "value".