Uses of Enum Class
se.liu.ida.hefquin.engine.queryplan.info.QueryPlanProperty.Quality
Packages that use QueryPlanProperty.Quality
Package
Description
-
Uses of QueryPlanProperty.Quality in se.liu.ida.hefquin.engine.queryplan.info
Subclasses with type arguments of type QueryPlanProperty.Quality in se.liu.ida.hefquin.engine.queryplan.infoFields in se.liu.ida.hefquin.engine.queryplan.info declared as QueryPlanProperty.QualityModifier and TypeFieldDescriptionprotected final QueryPlanProperty.QualityQueryPlanProperty.qualityMethods in se.liu.ida.hefquin.engine.queryplan.info that return QueryPlanProperty.QualityModifier and TypeMethodDescriptionQueryPlanProperty.getQuality()Returns the quality score of this property.static QueryPlanProperty.QualityReturns the enum constant of this class with the specified name.static QueryPlanProperty.Quality[]QueryPlanProperty.Quality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.liu.ida.hefquin.engine.queryplan.info with parameters of type QueryPlanProperty.QualityModifier and TypeMethodDescriptionstatic QueryPlanPropertyQueryPlanProperty.cardinality(int value, QueryPlanProperty.Quality quality) Creates a property of typeQueryPlanProperty.CARDINALITY.booleanQueryPlanProperty.Quality.higherThan(QueryPlanProperty.Quality other) static QueryPlanPropertyQueryPlanProperty.maxCardinality(int value, QueryPlanProperty.Quality quality) Creates a property of typeQueryPlanProperty.MAX_CARDINALITY.static QueryPlanPropertyQueryPlanProperty.minCardinality(int value, QueryPlanProperty.Quality quality) Creates a property of typeQueryPlanProperty.MIN_CARDINALITY.Constructors in se.liu.ida.hefquin.engine.queryplan.info with parameters of type QueryPlanProperty.QualityModifierConstructorDescriptionQueryPlanProperty(QueryPlanProperty.Type type, int value, QueryPlanProperty.Quality quality) Creates a newQueryPlanPropertywith the given type, value, and quality score. -
Uses of QueryPlanProperty.Quality in se.liu.ida.hefquin.engine.queryproc.impl.cardinality
Methods in se.liu.ida.hefquin.engine.queryproc.impl.cardinality that return QueryPlanProperty.QualityModifier and TypeMethodDescriptionstatic QueryPlanProperty.QualityCardinalityEstimationWorkerImpl.pickWorse(QueryPlanProperty.Quality q1, QueryPlanProperty.Quality q2) Methods in se.liu.ida.hefquin.engine.queryproc.impl.cardinality with parameters of type QueryPlanProperty.QualityModifier and TypeMethodDescriptionstatic QueryPlanProperty.QualityCardinalityEstimationWorkerImpl.pickWorse(QueryPlanProperty.Quality q1, QueryPlanProperty.Quality q2)