public abstract class AbstractDBIfThenElseFunctionSymbol extends AbstractDBIfThenFunctionSymbol
FunctionSymbol.FunctionalTermNullabilitydoOrderingMatter| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDBIfThenElseFunctionSymbol(DBTermType dbBooleanType,
DBTermType rootDBTermType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBePostProcessed(com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
Only looks if the second and third argument are guaranteed to be post-processed or not
since the first argument (the condition expression) will always be evaluated.
|
protected ImmutableTerm |
extractDefaultValue(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms,
TermFactory termFactory) |
ImmutableTerm |
simplify(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms,
TermFactory termFactory,
VariableNullability variableNullability) |
buildCase, extractPossibleValues, extractSubFunctionalTerms, isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms, isPreferringToBePostProcessedOverBeingBlocked, mayReturnNullWithoutNullArguments, pushDownExpression, pushDownFunctionalTerm, pushDownRegularFunctionalTerm, simplifyValue, tolerateNulls, transformIntoRegularArgumentsinferTypeanalyzeInjectivity, buildTermAfterEvaluation, canBeSafelyDecomposedIntoConjunction, decomposeInjectiveTopFunctionalTerm, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isAggregation, isDeterministic, isInjective, isNullable, proposeProvenanceVariables, simplifyAsGuaranteedToBeNonNull, tryToLiftMagicNumbersclone, equals, getArity, getName, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitanalyzeInjectivity, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, inferType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, simplifyAsGuaranteedToBeNonNullgetArity, getNamegetNativeDBStringprotected AbstractDBIfThenElseFunctionSymbol(DBTermType dbBooleanType, DBTermType rootDBTermType)
protected ImmutableTerm extractDefaultValue(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms, TermFactory termFactory)
extractDefaultValue in class AbstractDBIfThenFunctionSymbolpublic ImmutableTerm simplify(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms, TermFactory termFactory, VariableNullability variableNullability)
simplify in interface FunctionSymbolsimplify in class AbstractDBIfThenFunctionSymbolpublic boolean canBePostProcessed(com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
canBePostProcessed in interface FunctionSymbolcanBePostProcessed in class AbstractDBIfThenFunctionSymbolCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.