public class PlannerConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CTX_KEY_USE_APPROXIMATE_COUNT_DISTINCT  | 
static String | 
CTX_KEY_USE_APPROXIMATE_TOPN  | 
static String | 
CTX_KEY_USE_FALLBACK  | 
| Constructor and Description | 
|---|
PlannerConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getMaxQueryCount()  | 
int | 
getMaxSemiJoinRowsInMemory()  | 
int | 
getMaxTopNLimit()  | 
org.joda.time.Period | 
getMetadataRefreshPeriod()  | 
int | 
getSelectThreshold()  | 
int | 
hashCode()  | 
boolean | 
isUseApproximateCountDistinct()  | 
boolean | 
isUseApproximateTopN()  | 
boolean | 
isUseFallback()  | 
String | 
toString()  | 
PlannerConfig | 
withOverrides(Map<String,Object> context)  | 
public static final String CTX_KEY_USE_APPROXIMATE_COUNT_DISTINCT
public static final String CTX_KEY_USE_APPROXIMATE_TOPN
public static final String CTX_KEY_USE_FALLBACK
public org.joda.time.Period getMetadataRefreshPeriod()
public int getMaxSemiJoinRowsInMemory()
public int getMaxTopNLimit()
public int getMaxQueryCount()
public int getSelectThreshold()
public boolean isUseApproximateCountDistinct()
public boolean isUseApproximateTopN()
public boolean isUseFallback()
public PlannerConfig withOverrides(Map<String,Object> context)
Copyright © 2011–2018. All rights reserved.