public static class SelectQueryEngine.LongSelectColumnSelectorStrategy extends Object implements SelectQueryEngine.SelectColumnSelectorStrategy<BaseLongColumnValueSelector>
Constructor and Description |
---|
LongSelectColumnSelectorStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
addRowValuesToSelectResult(String outputName,
BaseLongColumnValueSelector 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, BaseLongColumnValueSelector selector, Map<String,Object> resultMap)
SelectQueryEngine.SelectColumnSelectorStrategy
addRowValuesToSelectResult
in interface SelectQueryEngine.SelectColumnSelectorStrategy<BaseLongColumnValueSelector>
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.