org.apache.hadoop.hive.ql.io
Class FlatFileInputFormat.RowContainer<T>
java.lang.Object
org.apache.hadoop.hive.ql.io.FlatFileInputFormat.RowContainer<T>
- Enclosing class:
- FlatFileInputFormat<T>
public static class FlatFileInputFormat.RowContainer<T>
- extends Object
A work-around until HADOOP-1230 is fixed.
Allows boolean next(k,v) to be called by reference but still allow the deserializer to create a new
object (i.e., row) on every call to next.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatFileInputFormat.RowContainer
public FlatFileInputFormat.RowContainer()
Copyright © 2009 The Apache Software Foundation