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 TypeClassDescriptionclass
An exception that occurred during the execution of a specific operator. -
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryplan.executable.impl
Subclasses of QueryProcException in se.liu.ida.hefquin.engine.queryplan.executable.implModifier and TypeClassDescriptionclass
class
-
Uses of QueryProcException in se.liu.ida.hefquin.engine.queryproc
Subclasses of QueryProcException in se.liu.ida.hefquin.engine.queryprocModifier and TypeClassDescriptionclass
An exception that may occur during the query execution process.class
class
An exception that occurred during query optimization.class
An exception that occurred during query compilation.class
An exception that occurred during query planning.class
An 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 TypeClassDescriptionclass
An exception that occurred during the process of estimating the cardinality of the result that will be produced by a given plan.class
An exception that occurred during the process of estimating the cost of a given plan.