Package org.apache.sysds.runtime.io
Class FrameReaderTextCell
java.lang.Object
org.apache.sysds.runtime.io.FrameReader
org.apache.sysds.runtime.io.FrameReaderTextCell
- Direct Known Subclasses:
FrameReaderTextCellParallel
Single-threaded frame textcell reader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FrameBlockreadFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) final FrameBlockreadFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) Methods inherited from class org.apache.sysds.runtime.io.FrameReader
getDefColNames, getDefSchema, readFrameFromHDFS, readFrameFromHDFS, readFrameFromInputStream, readFrameFromInputStream
-
Constructor Details
-
FrameReaderTextCell
public FrameReaderTextCell()
-
-
Method Details
-
readFrameFromHDFS
public final FrameBlock readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
readFrameFromHDFSin classFrameReader- Throws:
IOExceptionDMLRuntimeException
-
readFrameFromInputStream
public final FrameBlock readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
readFrameFromInputStreamin classFrameReader- Throws:
IOExceptionDMLRuntimeException
-