Skip to content

DeltaFileFormat

DeltaFileFormat is an abstraction of format metadata that specify the file format of a delta table.

Contract

SparkSession

spark: SparkSession

Current SparkSession (Spark SQL)

See:

Implementations

FileFormat

fileFormat(
  protocol: Protocol,
  metadata: Metadata): FileFormat

fileFormat creates a DeltaParquetFileFormat for the given Protocol and Metadata.


Used when: