Uses of Class
se.liu.ida.hefquin.engine.queryproc.QueryProcContextBuilder
Packages that use QueryProcContextBuilder
-
Uses of QueryProcContextBuilder in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return QueryProcContextBuilderModifier and TypeMethodDescriptionHeFQUINEngine.getQueryProcContextBuilder()Returns a newly-createdQueryProcContextBuilderthat can be used to create customizableQueryProcContextobjects to be used when calling any of the following functions of thisHeFQUINEngine. -
Uses of QueryProcContextBuilder in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return QueryProcContextBuilderModifier and TypeMethodDescriptionQueryProcContextBuilder.setExecutablePlanPrinter(ExecutablePlanPrinter p) Sets the executable-plan printer to be used within the query processing context.QueryProcContextBuilder.setIsExperimentRun(boolean set) QueryProcContextBuilder.setLogicalPlanPrinter(LogicalPlanPrinter p) Sets the logical-plan printer to be used within the query processing context.QueryProcContextBuilder.setPhysicalPlanPrinter(PhysicalPlanPrinter p) Sets the physical-plan printer to be used within the query processing context.QueryProcContextBuilder.setSkipExecution(boolean set) QueryProcContextBuilder.setSourceAssignmentPrinter(LogicalPlanPrinter p) Sets the source assignment printer to be used within the query processing context.