---
title: materialize()
framework: createml
role: symbol
role_heading: Instance Method
path: createml/mldatacolumn/materialize()
---

# materialize()

Creates a new column by immediately evaluating any lazily applied data processing operations stored in the column.

## Declaration

```swift
func materialize() throws -> MLDataColumn<Element>
```

## Return Value

Return Value A new column.
