Contents

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.

See Also

Creating a Slice by Selecting a Column