public abstract class FrameGenerateReader extends FrameReader
Modifier and Type | Class and Description |
---|---|
static class |
FrameGenerateReader.FrameReaderRowIrregular |
static class |
FrameGenerateReader.FrameReaderRowRegularColIrregular |
static class |
FrameGenerateReader.FrameReaderRowRegularColRegular |
Constructor and Description |
---|
FrameGenerateReader(CustomProperties _props) |
Modifier and Type | Method and Description |
---|---|
FrameBlock |
readFrameFromHDFS(String fname,
Types.ValueType[] schema,
String[] names,
long rlen,
long clen) |
FrameBlock |
readFrameFromInputStream(InputStream is,
Types.ValueType[] schema,
String[] names,
long rlen,
long clen) |
getDefColNames, getDefSchema, readFrameFromHDFS, readFrameFromHDFS, readFrameFromInputStream, readFrameFromInputStream
public FrameGenerateReader(CustomProperties _props)
public FrameBlock readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
readFrameFromHDFS
in class FrameReader
IOException
DMLRuntimeException
public FrameBlock readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
readFrameFromInputStream
in class FrameReader
IOException
DMLRuntimeException
Copyright © 2021 The Apache Software Foundation. All rights reserved.