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