Package | Description |
---|---|
org.apache.sysds.runtime.io |
Modifier and Type | Class and Description |
---|---|
class |
FrameWriterBinaryBlock
Single-threaded frame binary block writer.
|
class |
FrameWriterBinaryBlockParallel
Multi-threaded frame binary block writer.
|
class |
FrameWriterProto |
class |
FrameWriterTextCell
Single-threaded frame text cell writer.
|
class |
FrameWriterTextCellParallel
Multi-threaded frame text cell writer.
|
class |
FrameWriterTextCSV
Single-threaded frame text csv writer.
|
class |
FrameWriterTextCSVParallel
Single-threaded frame text csv writer.
|
Modifier and Type | Method and Description |
---|---|
static FrameWriter |
FrameWriterFactory.createFrameWriter(Types.FileFormat fmt) |
static FrameWriter |
FrameWriterFactory.createFrameWriter(Types.FileFormat fmt,
FileFormatProperties props) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.