Package org.apache.sysds.runtime.io
Class FrameWriterDelta
java.lang.Object
org.apache.sysds.runtime.io.FrameWriter
org.apache.sysds.runtime.io.FrameWriterDelta
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) Methods inherited from class org.apache.sysds.runtime.io.FrameWriter
setForcedParallel
-
Constructor Details
-
FrameWriterDelta
public FrameWriterDelta()
-
-
Method Details
-
writeFrameToHDFS
public void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
writeFrameToHDFSin classFrameWriter- Throws:
IOExceptionDMLRuntimeException
-