Class FrameReader

java.lang.Object
org.apache.sysds.runtime.io.FrameReader
Direct Known Subclasses:
FrameGenerateReader, FrameGenerateReaderParallel, FrameReaderBinaryBlock, FrameReaderDelta, FrameReaderParquet, FrameReaderProto, FrameReaderTextCell, FrameReaderTextCSV

public abstract class FrameReader extends Object
Base class for all format-specific frame readers. Every reader is required to implement the basic read functionality but might provide additional custom functionality. Any non-default parameters (e.g., CSV read properties) should be passed into custom constructors. There is also a factory for creating format-specific readers.