Uses of Class
org.apache.sysds.runtime.io.FrameReader
-
Packages that use FrameReader Package Description org.apache.sysds.runtime.io org.apache.sysds.runtime.iogen -
-
Uses of FrameReader in org.apache.sysds.runtime.io
Subclasses of FrameReader in org.apache.sysds.runtime.io Modifier and Type Class 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.Methods in org.apache.sysds.runtime.io that return FrameReader Modifier and Type Method Description static FrameReader
FrameReaderFactory. createFrameReader(Types.FileFormat fmt)
static FrameReader
FrameReaderFactory. createFrameReader(Types.FileFormat fmt, FileFormatProperties props)
-
Uses of FrameReader in org.apache.sysds.runtime.iogen
Subclasses of FrameReader in org.apache.sysds.runtime.iogen Modifier and Type Class Description class
FrameGenerateReader
static class
FrameGenerateReader.FrameReaderRowIrregular
static class
FrameGenerateReader.FrameReaderRowRegularColIrregular
static class
FrameGenerateReader.FrameReaderRowRegularColRegular
Methods in org.apache.sysds.runtime.iogen that return FrameReader Modifier and Type Method Description FrameReader
GenerateReader.GenerateReaderFrame. getReader()
-