public static class SelectQueryEngine.StringSelectColumnSelectorStrategy extends Object implements SelectQueryEngine.SelectColumnSelectorStrategy<DimensionSelector>
| Constructor and Description | 
|---|
StringSelectColumnSelectorStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRowValuesToSelectResult(String outputName,
                          DimensionSelector selector,
                          Map<String,Object> resultMap)
Read the current row from selector and add the row values for a dimension to the result map. 
 | 
public void addRowValuesToSelectResult(String outputName, DimensionSelector selector, Map<String,Object> resultMap)
SelectQueryEngine.SelectColumnSelectorStrategyaddRowValuesToSelectResult in interface SelectQueryEngine.SelectColumnSelectorStrategy<DimensionSelector>outputName - Output name for this dimension in the select query being servedselector - Dimension value selectorresultMap - Row value map for the current row being retrieved by the select queryCopyright © 2011–2018. All rights reserved.