public interface DdlExecutor
| Modifier and Type | Field and Description |
|---|---|
static DdlExecutor |
USELESS
DDL executor that cannot handle any DDL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeDdl(CalcitePrepare.Context context,
SqlNode node)
Executes a DDL statement.
|
static final DdlExecutor USELESS
void executeDdl(CalcitePrepare.Context context, SqlNode node)
The statement identified itself as DDL in the
CalcitePrepare.ParseResult.kind() field.
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.