public class ColumnStatsWork
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ColumnStatsWork() |
ColumnStatsWork(FetchWork work,
ColumnStatsDesc colStats) |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatsDesc |
getColStats() |
FetchWork |
getfWork() |
int |
getLeastNumRows() |
static int |
getLimit() |
ListSinkOperator |
getSink() |
void |
initializeForFetch() |
void |
setColStats(ColumnStatsDesc colStats) |
void |
setfWork(FetchWork fWork) |
java.lang.String |
toString() |
public ColumnStatsWork()
public ColumnStatsWork(FetchWork work, ColumnStatsDesc colStats)
public java.lang.String toString()
toString in class java.lang.Objectpublic FetchWork getfWork()
public void setfWork(FetchWork fWork)
public ColumnStatsDesc getColStats()
public void setColStats(ColumnStatsDesc colStats)
public ListSinkOperator getSink()
public void initializeForFetch()
public int getLeastNumRows()
public static int getLimit()
Copyright © 2012 The Apache Software Foundation