public class GroupByQueryConfig extends Object
Constructor and Description |
---|
GroupByQueryConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxIntermediateRows() |
int |
getMaxResults() |
boolean |
isSingleThreaded() |
void |
setMaxIntermediateRows(int maxIntermediateRows) |
void |
setMaxResults(int maxResults) |
void |
setSingleThreaded(boolean singleThreaded) |
public boolean isSingleThreaded()
public void setSingleThreaded(boolean singleThreaded)
public int getMaxIntermediateRows()
public void setMaxIntermediateRows(int maxIntermediateRows)
public int getMaxResults()
public void setMaxResults(int maxResults)
Copyright © 2011–2016. All rights reserved.