public interface FetchFormatter<T> extends Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
FetchFormatter.ThriftFormatter |
Modifier and Type | Method and Description |
---|---|
T |
convert(Object row,
ObjectInspector rowOI) |
void |
initialize(org.apache.hadoop.conf.Configuration hconf,
Properties props) |
void initialize(org.apache.hadoop.conf.Configuration hconf, Properties props) throws Exception
Exception
T convert(Object row, ObjectInspector rowOI) throws Exception
Exception
Copyright © 2017 The Apache Software Foundation. All rights reserved.