Packages

object BinaryFileSchema

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryFileSchema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val ColumnSchema: StructType

    Schema for the binary file column: Row(String, Array[Byte])

  2. val Schema: StructType

    Schema for the binary file column: Row(String, Array[Byte])

  3. def getBytes(row: Row): Array[Byte]
  4. def getPath(row: Row): String
  5. def isBinaryFile(sf: StructField): Boolean
  6. 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)