object BinaryFileSchema
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinaryFileSchema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
ColumnSchema: StructType
Schema for the binary file column: Row(String, Array[Byte])
-
val
Schema: StructType
Schema for the binary file column: Row(String, Array[Byte])
- def getBytes(row: Row): Array[Byte]
- def getPath(row: Row): String
- def isBinaryFile(sf: StructField): Boolean
-
def
isBinaryFile(dt: DataType): Boolean
Check if the dataframe column contains binary file data (i.e.
Check if the dataframe column contains binary file data (i.e. has BinaryFileSchema)