Class Projection
- java.lang.Object
-
- org.apache.pinot.tools.scan.query.Projection
-
public class Projection extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultTablerun()ResultTabletransformFromIdToValues(ResultTable resultTable, Map<String,org.apache.pinot.segment.spi.index.reader.Dictionary> dictionaryMap, boolean addCountStar)
-
-
-
Method Detail
-
run
public ResultTable run()
-
transformFromIdToValues
public ResultTable transformFromIdToValues(ResultTable resultTable, Map<String,org.apache.pinot.segment.spi.index.reader.Dictionary> dictionaryMap, boolean addCountStar)
-
-