public static interface SelectQueryEngine.SelectColumnSelectorStrategy<ValueSelectorType extends ColumnValueSelector> extends ColumnSelectorStrategy
Modifier and Type | Method and Description |
---|---|
void |
addRowValuesToSelectResult(String outputName,
ValueSelectorType dimSelector,
Map<String,Object> resultMap)
Read the current row from dimSelector and add the row values for a dimension to the result map.
|
void addRowValuesToSelectResult(String outputName, ValueSelectorType dimSelector, Map<String,Object> resultMap)
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.