Package org.apache.sysds.runtime.io
Class FrameReaderTextCSV
- java.lang.Object
- 
- org.apache.sysds.runtime.io.FrameReader
- 
- org.apache.sysds.runtime.io.FrameReaderTextCSV
 
 
- 
- Direct Known Subclasses:
- FrameReaderTextCSVParallel
 
 public class FrameReaderTextCSV extends FrameReader Single-threaded frame text csv reader.
- 
- 
Constructor SummaryConstructors Constructor Description FrameReaderTextCSV(FileFormatPropertiesCSV props)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameBlockreadFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen)FrameBlockreadFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen)- 
Methods inherited from class org.apache.sysds.runtime.io.FrameReadergetDefColNames, getDefSchema, readFrameFromHDFS, readFrameFromHDFS, readFrameFromInputStream, readFrameFromInputStream
 
- 
 
- 
- 
- 
Constructor Detail- 
FrameReaderTextCSVpublic FrameReaderTextCSV(FileFormatPropertiesCSV props) 
 
- 
 - 
Method Detail- 
readFrameFromHDFSpublic final FrameBlock readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
- readFrameFromHDFSin class- FrameReader
- Throws:
- IOException
- DMLRuntimeException
 
 - 
readFrameFromInputStreampublic FrameBlock readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
- readFrameFromInputStreamin class- FrameReader
- Throws:
- IOException
- DMLRuntimeException
 
 
- 
 
-