single Col
inline fun <T> Dataset<T>.singleCol(colName: String = "value"): TypedColumn<T, T>
Content copied to clipboard
inline fun <DsType> singleCol(colName: String = "value"): TypedColumn<DsType, DsType>
Content copied to clipboard
Can be used to create a TypedColumn for a simple Dataset with just one single column called "value".