Contents

subscript(_:)

Accesses the element at the given position.

Declaration

subscript(index: Int) -> MLDataValue { get }

Parameters

  • index:

    The index of an element in the column.

Return Value

The value at the given index.

See Also

Masking elements to generate an untyped column