public abstract class AbstractDBAggregationFunctionSymbol extends AbstractAggregationFunctionSymbol implements DBFunctionSymbol
FunctionSymbol.FunctionalTermNullability| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDBAggregationFunctionSymbol(String name,
com.google.common.collect.ImmutableList<TermType> expectedBaseTypes,
DBTermType targetType,
boolean isDistinct,
DBFunctionSymbolSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNativeDBString(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms,
Function<ImmutableTerm,String> termConverter,
TermFactory termFactory)
Returns a String in the native query language.
|
boolean |
isPreferringToBePostProcessedOverBeingBlocked()
If it is better to be post-processed than being blocked behind an UNION.
|
canBePostProcessed, inferType, isAggregation, isDistinctanalyzeInjectivity, buildTermAfterEvaluation, canBeSafelyDecomposedIntoConjunction, decomposeInjectiveTopFunctionalTerm, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms, isDeterministic, isInjective, isNullable, mayReturnNullWithoutNullArguments, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNull, tolerateNulls, transformIntoRegularArguments, tryToLiftMagicNumbersclone, equals, getArity, getName, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitanalyzeInjectivity, canBePostProcessed, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, inferType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNullgetArity, getNameevaluateEmptyBagprotected AbstractDBAggregationFunctionSymbol(@Nonnull String name, @Nonnull com.google.common.collect.ImmutableList<TermType> expectedBaseTypes, @Nonnull DBTermType targetType, boolean isDistinct, @Nonnull DBFunctionSymbolSerializer serializer)
public String getNativeDBString(com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms, Function<ImmutableTerm,String> termConverter, TermFactory termFactory)
DBFunctionSymbolSerializergetNativeDBString in interface DBFunctionSymbolSerializerpublic boolean isPreferringToBePostProcessedOverBeingBlocked()
DBFunctionSymbolisPreferringToBePostProcessedOverBeingBlocked in interface DBFunctionSymbolCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.