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:
DeltaLog
is requested to build a HadoopFsRelationDeltaCommand
is requested to build a HadoopFsRelationMergeIntoCommandBase
is requested to buildTargetPlanWithIndexTransactionalWrite
is requested to write data out