Interface ExpressionParser
- All Known Implementing Classes:
ExpressionParserImpl
public interface ExpressionParser
Like
Parser.parse(java.lang.String, org.apache.druid.math.expr.ExprMacroTable), but allows caching via ExpressionParserImpl.-
Method Summary
-
Method Details
-
parse
Parse a string into a flattenedExpr. Parsing is eager and the results may be cached.
-