Package io.trino.sql.analyzer
Class DeterminismEvaluator
java.lang.Object
io.trino.sql.analyzer.DeterminismEvaluator
Determines whether a given Expression is deterministic
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsCurrentTimeFunctions(Expression expression) static booleanisDeterministic(Expression expression, Function<FunctionCall, ResolvedFunction> resolvedFunctionSupplier)
-
Method Details
-
isDeterministic
public static boolean isDeterministic(Expression expression, Function<FunctionCall, ResolvedFunction> resolvedFunctionSupplier) -
containsCurrentTimeFunctions
-