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