public class NoOpFetchFormatter<T> extends Object implements FetchFormatter<Object>
| Constructor and Description |
|---|
NoOpFetchFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
convert(Object row,
ObjectInspector rowOI) |
void |
initialize(org.apache.hadoop.conf.Configuration hconf,
Properties props) |
public void initialize(org.apache.hadoop.conf.Configuration hconf,
Properties props)
throws SerDeException
initialize in interface FetchFormatter<Object>SerDeExceptionpublic Object convert(Object row, ObjectInspector rowOI) throws Exception
convert in interface FetchFormatter<Object>Exceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.