org.apache.hadoop.hive.ql.exec
Interface FetchFormatter<T>

All Superinterfaces:
Closeable
All Known Implementing Classes:
DefaultFetchFormatter, FetchFormatter.ThriftFormatter

public interface FetchFormatter<T>
extends Closeable

internal-use only Used in ListSinkOperator for formatting final output


Nested Class Summary
static class FetchFormatter.ThriftFormatter
           
 
Method Summary
 T convert(Object row, ObjectInspector rowOI)
           
 void initialize(org.apache.hadoop.conf.Configuration hconf, Properties props)
           
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

initialize

void initialize(org.apache.hadoop.conf.Configuration hconf,
                Properties props)
                throws Exception
Throws:
Exception

convert

T convert(Object row,
          ObjectInspector rowOI)
          throws Exception
Throws:
Exception


Copyright © 2014 The Apache Software Foundation. All rights reserved.