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:
DeltaLogis requested to build a HadoopFsRelationDeltaCommandis requested to build a HadoopFsRelationMergeIntoCommandBaseis requested to buildTargetPlanWithIndexTransactionalWriteis requested to write data out