Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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