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.
null
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
Static
A field inside a StructType.
Param: name
The name of this field.
Param: dataType
The data type of this field.
Param: nullable
Indicates if values of this field can be
nullvalues.Param: metadata
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.
Since
1.0.0
Author
Kent Yao yao@apache.org