public static class NullRowsInputFormat.NullRowsRecordReader extends Object implements org.apache.hadoop.mapred.RecordReader
| Modifier and Type | Field and Description |
|---|---|
protected VectorizedRowBatchCtx |
rbCtx |
| Constructor and Description |
|---|
NullRowsRecordReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapred.InputSplit split) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.io.NullWritable |
createKey() |
Object |
createValue() |
long |
getPos() |
float |
getProgress() |
protected void |
makeNullVrb(Object value,
int size) |
boolean |
next(Object arg0,
Object value) |
protected final VectorizedRowBatchCtx rbCtx
public NullRowsRecordReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapred.InputSplit split)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.hadoop.mapred.RecordReaderIOExceptionpublic org.apache.hadoop.io.NullWritable createKey()
createKey in interface org.apache.hadoop.mapred.RecordReaderpublic Object createValue()
createValue in interface org.apache.hadoop.mapred.RecordReaderpublic long getPos()
throws IOException
getPos in interface org.apache.hadoop.mapred.RecordReaderIOExceptionpublic float getProgress()
throws IOException
getProgress in interface org.apache.hadoop.mapred.RecordReaderIOExceptionpublic boolean next(Object arg0, Object value) throws IOException
next in interface org.apache.hadoop.mapred.RecordReaderIOExceptionprotected void makeNullVrb(Object value, int size)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.