public class FrameReaderTextCell extends FrameReader
Constructor and Description |
---|
FrameReaderTextCell() |
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 final FrameBlock readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
readFrameFromHDFS
in class FrameReader
IOException
DMLRuntimeException
public final FrameBlock readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
readFrameFromInputStream
in class FrameReader
IOException
DMLRuntimeException
Copyright © 2020 The Apache Software Foundation. All rights reserved.