Uses of Class
org.gcube.data.access.storagehub.query.sql2.evaluators.Evaluator
Packages that use Evaluator
Package
Description
-
Uses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators
Methods in org.gcube.data.access.storagehub.query.sql2.evaluators that return EvaluatorModifier and TypeMethodDescriptionstatic Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> Evaluators.getEvaluator(Class<?> type, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) Methods in org.gcube.data.access.storagehub.query.sql2.evaluators that return types with arguments of type EvaluatorModifier and TypeMethodDescriptionjakarta.enterprise.inject.Instance<Evaluator<?>> Evaluators.getEvaluators()Method parameters in org.gcube.data.access.storagehub.query.sql2.evaluators with type arguments of type EvaluatorModifier and TypeMethodDescriptionabstract StringEvaluator.evaluate(T expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) static Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> Evaluators.getEvaluator(Class<?> type, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) -
Uses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.date
Subclasses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.dateMethods in org.gcube.data.access.storagehub.query.sql2.evaluators.date that return EvaluatorModifier and TypeMethodDescriptionEvaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> BeforeEvaluator.getEvaluator(Class<?> type, List<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) Method parameters in org.gcube.data.access.storagehub.query.sql2.evaluators.date with type arguments of type EvaluatorModifier and TypeMethodDescriptionBeforeEvaluator.evaluate(org.gcube.common.storagehub.model.expressions.date.Before expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> BeforeEvaluator.getEvaluator(Class<?> type, List<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) -
Uses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.logical
Subclasses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.logicalModifier and TypeClassDescriptionclassclassclassMethod parameters in org.gcube.data.access.storagehub.query.sql2.evaluators.logical with type arguments of type EvaluatorModifier and TypeMethodDescriptionAndEvaluator.evaluate(org.gcube.common.storagehub.model.expressions.logical.And expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) ISDescendantEvaluator.evaluate(org.gcube.common.storagehub.model.expressions.logical.ISDescendant expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) OrEvaluator.evaluate(org.gcube.common.storagehub.model.expressions.logical.Or expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) -
Uses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.text
Subclasses of Evaluator in org.gcube.data.access.storagehub.query.sql2.evaluators.textMethods in org.gcube.data.access.storagehub.query.sql2.evaluators.text that return EvaluatorModifier and TypeMethodDescriptionEvaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> ContainsEvaluator.getEvaluator(Class<?> type, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) Method parameters in org.gcube.data.access.storagehub.query.sql2.evaluators.text with type arguments of type EvaluatorModifier and TypeMethodDescriptionContainsEvaluator.evaluate(org.gcube.common.storagehub.model.expressions.text.Contains expr, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators) Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>> ContainsEvaluator.getEvaluator(Class<?> type, Iterable<Evaluator<org.gcube.common.storagehub.model.expressions.Expression<?>>> evaluators)