Uses of Class
se.liu.ida.hefquin.engine.queryproc.QueryProcException
Packages that use QueryProcException
Package
Description
-
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryplan.executable
Subclasses of QueryProcException in se.liu.ida.hefquin.engine.queryplan.executableModifier and TypeClassDescriptionclassAn exception that occurred during the execution of a specific operator. -
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Modifier and TypeClassDescriptionclassThis class captures exceptions that may occur while trying to consume the output of aPushBasedPlanThread.classThis class wraps anInterruptedExceptioncaught in a thread that is waiting to consume the output of aPushBasedPlanThread. -
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryproc
Subclasses of QueryProcException in se.liu.ida.hefquin.engine.queryprocModifier and TypeClassDescriptionclassAn exception that may occur during the query execution process.classclassAn exception that occurred during query optimization.classAn exception that occurred during query compilation.classAn exception that occurred during query planning.classAn exception that occurred when creating a source assignment for a given query.Methods in se.liu.ida.hefquin.engine.queryproc that throw QueryProcExceptionModifier and TypeMethodDescriptionQueryProcessor.processQuery(Query query, QueryResultSink resultSink) -
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryproc.impl
Methods in se.liu.ida.hefquin.engine.queryproc.impl that throw QueryProcExceptionModifier and TypeMethodDescriptionQueryProcessorImpl.processQuery(Query query, QueryResultSink resultSink) -
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Subclasses of QueryProcException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizerModifier and TypeClassDescriptionclassAn exception that occurred during the process of estimating the cardinality of the result that will be produced by a given plan.classAn exception that occurred during the process of estimating the cost of a given plan.