MetadataColumnsHelper Implicit Class¶
MetadataColumnsHelper
is a Scala implicit class for Array[MetadataColumn].
Creating Instance¶
MetadataColumnsHelper
takes the following to be created:
asStruct¶
asStruct: StructType
asStruct
creates a StructType for the MetadataColumns.
asStruct
is used when:
- FIXME