Uses of Interface
it.unibz.inf.ontop.generation.normalization.DialectExtraNormalizer
-
Packages that use DialectExtraNormalizer Package Description it.unibz.inf.ontop.generation.normalization.impl -
-
Uses of DialectExtraNormalizer in it.unibz.inf.ontop.generation.normalization.impl
Classes in it.unibz.inf.ontop.generation.normalization.impl that implement DialectExtraNormalizer Modifier and Type Class Description classAlwaysProjectOrderByTermsNormalizerclassConvertValuesToUnionNormalizerMany databases do not support VALUES, they use this normalizer and replace ValuesNodes with a union of Construction/True pairs.classDB2ExtraNormalizerclassDenodoExtraNormalizerclassDremioExtraNormalizerclassEnforceNullOrderNormalizerclassIdentityDialectExtraNormalizerDoes nothingclassMySQLExtraNormalizerclassOnlyInPresenceOfDistinctProjectOrderByTermsNormalizerclassOracleExtraNormalizerclassPostgresDialectExtraNormalizerclassProjectOrderByTermsNormalizerclassReplaceProvenanceConstantByNonGroundTermNormalizerPrevents a bug observed with MySQL 5.7.15, where the provenance special constant was misused (causing a MINUS encoded with a LJ and filter is null not to work)classSQLServerExtraNormalizerclassSubQueryFromComplexJoinExtraNormalizerWhen (left,inner) joins are having (left,inner) joins as children.classTypingNullsDialectExtraNormalizerclassWrapProjectedOrOrderByExpressionNormalizerFor DBMS such as SQLServer and Oracle that do not expect boolean expressions to be projected
-