Interface SqlStatementHandler
- All Known Implementing Classes:
IngestHandler,IngestHandler.InsertHandler,IngestHandler.ReplaceHandler,QueryHandler,QueryHandler.SelectHandler,SqlStatementHandler.BaseStatementHandler
public interface SqlStatementHandler
Handler for a SQL statement. Follows the same lifecycle as the planner,
however this class handles one specific kind of SQL statement.
-
Method Details
-
validate
void validate() -
resourceActions
Set<ResourceAction> resourceActions() -
prepare
void prepare() -
prepareResult
PrepareResult prepareResult() -
plan
PlannerResult plan() -
explainAttributes
ExplainAttributes explainAttributes()
-