@Internal public interface PlannerExpressionParser
PlannerExpressionParser
is used by ExpressionParser
to parse expressions.
Modifier and Type | Interface and Description |
---|---|
static class |
PlannerExpressionParser.SingletonPlannerExpressionParser
Util class to create
PlannerExpressionParser instance. |
Modifier and Type | Method and Description |
---|---|
static PlannerExpressionParser |
create() |
Expression |
parseExpression(String exprString) |
List<Expression> |
parseExpressionList(String expression) |
static PlannerExpressionParser create()
Expression parseExpression(String exprString)
List<Expression> parseExpressionList(String expression)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.