org.apache.pig.impl.util
Class TupleFormat
java.lang.Object
org.apache.pig.impl.util.TupleFormat
public class TupleFormat
- extends Object
Default implementation of format of Tuple. Dump and PigDump use this default
implementation
Field Summary |
protected static org.apache.commons.logging.Log |
mLog
|
Method Summary |
static String |
format(Tuple tuple)
Default implementation of format of tuple (each filed is delimited by
tab) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mLog
protected static final org.apache.commons.logging.Log mLog
TupleFormat
public TupleFormat()
format
public static String format(Tuple tuple)
- Default implementation of format of tuple (each filed is delimited by
tab)
- Parameters:
tuple
-
- Returns:
- Default format of Tuple
Copyright © 2012 The Apache Software Foundation