public class ColumnStatsWork extends Object implements 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) |
String |
toString() |
public ColumnStatsWork()
public ColumnStatsWork(FetchWork work, ColumnStatsDesc colStats)
public 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 © 2017 The Apache Software Foundation. All rights reserved.