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