Class ExpressionParserImpl
java.lang.Object
org.apache.druid.sql.calcite.planner.ExpressionParserImpl
- All Implemented Interfaces:
ExpressionParser
Member of
PlannerToolbox that caches the result of Parser.parse(java.lang.String, org.apache.druid.math.expr.ExprMacroTable).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpressionParserImpl
-
-
Method Details
-
parse
Description copied from interface:ExpressionParserParse a string into a flattenedExpr. Parsing is eager and the results may be cached.- Specified by:
parsein interfaceExpressionParser
-