org.apache.hadoop.hive.ql.exec
Interface RecordReader
- All Known Implementing Classes:
- TextRecordReader
public interface RecordReader
initialize
void initialize(InputStream in,
org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws IOException
- Throws:
IOException
createRow
org.apache.hadoop.io.Writable createRow()
throws IOException
- Throws:
IOException
next
int next(org.apache.hadoop.io.Writable row)
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
Copyright © 2009 The Apache Software Foundation