public class Compiler extends Object
| Constructor and Description |
|---|
Compiler(Context context,
DriverContext driverContext,
DriverState driverState) |
| Modifier and Type | Method and Description |
|---|---|
QueryPlan |
compile(String rawCommand,
boolean deferClose) |
protected void |
initializeFetchTask(QueryPlan plan) |
public Compiler(Context context, DriverContext driverContext, DriverState driverState)
public QueryPlan compile(String rawCommand, boolean deferClose) throws CommandProcessorException
deferClose - indicates if the close/destroy should be deferred when the process has been interrupted
it should be set to true if the compile method is called within another method like runInternal,
which defers the close to the called in that method.CommandProcessorExceptionprotected void initializeFetchTask(QueryPlan plan)
Copyright © 2024 The Apache Software Foundation. All rights reserved.