public class DBCountFunctionSymbolImpl extends AbstractDBAggregationFunctionSymbol
FunctionSymbol.FunctionalTermNullability| Modifier | Constructor and Description |
|---|---|
protected |
DBCountFunctionSymbolImpl(DBTermType targetType,
boolean isDistinct) |
protected |
DBCountFunctionSymbolImpl(DBTermType targetType,
boolean isDistinct,
DBFunctionSymbolSerializer serializer) |
protected |
DBCountFunctionSymbolImpl(DBTermType inputType,
DBTermType targetType,
boolean isDistinct) |
protected |
DBCountFunctionSymbolImpl(DBTermType inputType,
DBTermType targetType,
boolean isDistinct,
DBFunctionSymbolSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
protected ImmutableTerm |
buildTermAfterEvaluation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> newTerms,
TermFactory termFactory,
VariableNullability variableNullability)
By default, just build a new functional term.
|
Constant |
evaluateEmptyBag(TermFactory termFactory) |
protected static DBFunctionSymbolSerializer |
get0arySerializer(boolean isDistinct) |
boolean |
isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms()
When the function symbol is, in the absence of non-injective functional sub-terms, sometimes but not always injective,
please override isInjective(...)
|
protected boolean |
mayReturnNullWithoutNullArguments()
Returns false when a functional term with this symbol:
1.
|
protected boolean |
tolerateNulls()
Returns true if is not guaranteed to return NULL when one argument is NULL.
|
getNativeDBString, isPreferringToBePostProcessedOverBeingBlockedcanBePostProcessed, inferType, isAggregation, isDistinctanalyzeInjectivity, canBeSafelyDecomposedIntoConjunction, decomposeInjectiveTopFunctionalTerm, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isDeterministic, isInjective, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNull, transformIntoRegularArguments, tryToLiftMagicNumbersequals, getArity, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitanalyzeInjectivity, canBePostProcessed, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, inferType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNullprotected DBCountFunctionSymbolImpl(@Nonnull DBTermType inputType, @Nonnull DBTermType targetType, boolean isDistinct, @Nonnull DBFunctionSymbolSerializer serializer)
protected DBCountFunctionSymbolImpl(@Nonnull DBTermType targetType, boolean isDistinct, @Nonnull DBFunctionSymbolSerializer serializer)
protected DBCountFunctionSymbolImpl(@Nonnull DBTermType inputType, @Nonnull DBTermType targetType, boolean isDistinct)
protected DBCountFunctionSymbolImpl(@Nonnull DBTermType targetType, boolean isDistinct)
protected static DBFunctionSymbolSerializer get0arySerializer(boolean isDistinct)
protected boolean tolerateNulls()
FunctionSymbolImpltolerateNulls in class FunctionSymbolImplprotected ImmutableTerm buildTermAfterEvaluation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> newTerms, TermFactory termFactory, VariableNullability variableNullability)
FunctionSymbolImplbuildTermAfterEvaluation in class AbstractDBAggregationFunctionSymbolprotected boolean mayReturnNullWithoutNullArguments()
FunctionSymbolImplmayReturnNullWithoutNullArguments in class FunctionSymbolImplpublic boolean isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms()
FunctionSymbolImplisAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms in class FunctionSymbolImplpublic Constant evaluateEmptyBag(TermFactory termFactory)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.