org.apache.hadoop.hive.ql.optimizer
Class SamplePruner.AddPathReturnStatus
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.SamplePruner.AddPathReturnStatus
- Enclosing class:
- SamplePruner
public static class SamplePruner.AddPathReturnStatus
- extends Object
Class used for return value of addPath()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasFile
public boolean hasFile
allFile
public boolean allFile
sizeLeft
public long sizeLeft
SamplePruner.AddPathReturnStatus
public SamplePruner.AddPathReturnStatus(boolean hasFile,
boolean allFile,
long sizeLeft)
Copyright © 2012 The Apache Software Foundation