Skip to content

Commit

Permalink
Fix typo in ExpressionUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiangling authored and findepi committed Feb 23, 2022
1 parent 92731e2 commit 01a12c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ public static Function<Expression, Expression> expressionOrNullSymbols(Predicate
}

/**
* Returns whether expression is effectively literal. An effectitvely literal expression is a simple constant value, or null,
* Returns whether expression is effectively literal. An effectively literal expression is a simple constant value, or null,
* in either {@link Literal} form, or other form returned by {@link LiteralEncoder}. In particular, other constant expressions
* like a deterministic function call with constant arguments are not considered effectitvely literal.
* like a deterministic function call with constant arguments are not considered effectively literal.
*/
public static boolean isEffectivelyLiteral(PlannerContext plannerContext, Session session, Expression expression)
{
Expand Down

0 comments on commit 01a12c1

Please sign in to comment.