A field inside a StructType.

The name of this field.

The data type of this field.

Indicates if values of this field can be null values.

The metadata of this field. The metadata should be preserved during transformation if the content of the column is not modified, e.g, in selection.

1.0.0

Kent Yao yao@apache.org

Constructors

Properties

name: string
dataType: DataType
nullable: boolean = true
metadata: Metadata = ...

Accessors

Methods