subscript(_:_:)
Returns a column you select by its name and type.
Declaration
subscript<T>(columnName: String, type: T.Type) -> DiscontiguousColumnSlice<T> { get }Parameters
- columnName:
The name of a column.
- type:
The type of the column.
Returns a column you select by its name and type.
subscript<T>(columnName: String, type: T.Type) -> DiscontiguousColumnSlice<T> { get }The name of a column.
The type of the column.