Package | Description |
---|---|
org.apache.sysds.runtime.io |
Modifier and Type | Class and Description |
---|---|
class |
FrameReaderBinaryBlock
Single-threaded frame binary block reader.
|
class |
FrameReaderBinaryBlockParallel
Multi-threaded frame binary block reader.
|
class |
FrameReaderProto |
class |
FrameReaderTextCell
Single-threaded frame textcell reader.
|
class |
FrameReaderTextCellParallel
Multi-threaded frame textcell reader.
|
class |
FrameReaderTextCSV
Single-threaded frame text csv reader.
|
class |
FrameReaderTextCSVParallel
Multi-threaded frame text csv reader.
|
Modifier and Type | Method and Description |
---|---|
static FrameReader |
FrameReaderFactory.createFrameReader(Types.FileFormat fmt) |
static FrameReader |
FrameReaderFactory.createFrameReader(Types.FileFormat fmt,
FileFormatProperties props) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.