Packages

c

org.apache.spark.ml.source.image

PatchedImageFileFormat

class PatchedImageFileFormat extends ImageFileFormat with Serializable with Logging

Linear Supertypes
Logging, Serializable, Serializable, ImageFileFormat, DataSourceRegister, FileFormat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatchedImageFileFormat
  2. Logging
  3. Serializable
  4. Serializable
  5. ImageFileFormat
  6. DataSourceRegister
  7. FileFormat
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PatchedImageFileFormat()

Value Members

  1. def buildReaderWithPartitionValues(sparkSession: SparkSession, dataSchema: StructType, partitionSchema: StructType, requiredSchema: StructType, filters: Seq[Filter], options: Map[String, String], hadoopConf: Configuration): (PartitionedFile) ⇒ Iterator[InternalRow]
    Definition Classes
    FileFormat
  2. def inferSchema(sparkSession: SparkSession, options: Map[String, String], files: Seq[FileStatus]): Option[StructType]
    Definition Classes
    ImageFileFormat → FileFormat
  3. def isSplitable(sparkSession: SparkSession, options: Map[String, String], path: Path): Boolean
    Definition Classes
    FileFormat
  4. def prepareWrite(sparkSession: SparkSession, job: Job, options: Map[String, String], dataSchema: StructType): OutputWriterFactory
    Definition Classes
    PatchedImageFileFormat → ImageFileFormat → FileFormat
  5. def shortName(): String
    Definition Classes
    PatchedImageFileFormat → ImageFileFormat → DataSourceRegister
  6. def supportBatch(sparkSession: SparkSession, dataSchema: StructType): Boolean
    Definition Classes
    FileFormat
  7. def supportDataType(dataType: DataType): Boolean
    Definition Classes
    FileFormat
  8. def supportFieldName(name: String): Boolean
    Definition Classes
    FileFormat
  9. def toString(): String
    Definition Classes
    PatchedImageFileFormat → AnyRef → Any
  10. def vectorTypes(requiredSchema: StructType, partitionSchema: StructType, sqlConf: SQLConf): Option[Seq[String]]
    Definition Classes
    FileFormat