Class FrameWriterDelta

java.lang.Object
org.apache.sysds.runtime.io.FrameWriter
org.apache.sysds.runtime.io.FrameWriterDelta

public class FrameWriterDelta extends FrameWriter
Single-threaded native Delta Lake writer for frames, built on the Spark-free Delta Kernel library. It creates (or recreates) a Delta table whose schema mirrors the frame schema (per-column Types.ValueType mapped to a Delta type and the frame column names), streams the FrameBlock rows as columnar batches into parquet data files, and commits the add-file actions.