Uses of Enum Class
org.eclipse.rdf4j.query.algebra.evaluation.sketch.SketchBasedJoinEstimator.Component
Packages that use SketchBasedJoinEstimator.Component
-
Uses of SketchBasedJoinEstimator.Component in org.eclipse.rdf4j.query.algebra.evaluation.sketch
Subclasses with type arguments of type SketchBasedJoinEstimator.Component in org.eclipse.rdf4j.query.algebra.evaluation.sketchFields in org.eclipse.rdf4j.query.algebra.evaluation.sketch declared as SketchBasedJoinEstimator.ComponentModifier and TypeFieldDescriptionSketchBasedJoinEstimator.Pair.comp1SketchBasedJoinEstimator.Pair.comp2SketchBasedJoinEstimator.Pair.xSketchBasedJoinEstimator.Pair.yMethods in org.eclipse.rdf4j.query.algebra.evaluation.sketch that return SketchBasedJoinEstimator.ComponentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SketchBasedJoinEstimator.Component[]SketchBasedJoinEstimator.Component.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch that return types with arguments of type SketchBasedJoinEstimator.ComponentModifier and TypeMethodDescriptionSketchBasedJoinEstimator.AccessShape.filterLookupComponents()SketchBasedJoinEstimator.AccessShape.lookupBoundComponents()Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch with parameters of type SketchBasedJoinEstimator.ComponentModifier and TypeMethodDescriptiondoubleSketchBasedJoinEstimator.cardinalitySingle(SketchBasedJoinEstimator.Component c, String v) SketchBasedJoinEstimator.estimate(SketchBasedJoinEstimator.Component joinVar, String s, String p, String o, String c) doubleSketchBasedJoinEstimator.estimateCount(SketchBasedJoinEstimator.Component joinVar, String s, String p, String o, String c) doubleSketchBasedJoinEstimator.estimateJoinOn(SketchBasedJoinEstimator.Component j, SketchBasedJoinEstimator.Component a, String av, SketchBasedJoinEstimator.Component b, String bv) doubleSketchBasedJoinEstimator.estimateJoinOn(SketchBasedJoinEstimator.Component join, SketchBasedJoinEstimator.Pair a, String ax, String ay, SketchBasedJoinEstimator.Pair b, String bx, String by) SketchBasedJoinEstimator.JoinEstimate.join(SketchBasedJoinEstimator.Component newJoinVar, String s, String p, String o, String c) SketchBasedJoinEstimator.AccessShape.joinBoundVarName(SketchBasedJoinEstimator.Component component) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.sketch with type arguments of type SketchBasedJoinEstimator.ComponentModifier and TypeMethodDescriptiondoubleSketchBasedJoinEstimator.AccessShape.estimateAccessRows(Set<SketchBasedJoinEstimator.Component> prefixComponents) booleanSketchBasedJoinEstimator.AccessShape.isDirectLookup(Set<SketchBasedJoinEstimator.Component> prefixComponents)