| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.planner | |
| org.apache.druid.sql.calcite.run | |
| org.apache.druid.sql.calcite.view |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlannerContext.engineHasFeature(EngineFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
static EngineFeature |
EngineFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineFeature[] |
EngineFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlEngine.feature(EngineFeature feature,
PlannerContext plannerContext)
Whether a feature applies to this engine or not.
|
boolean |
NativeSqlEngine.feature(EngineFeature feature,
PlannerContext plannerContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewSqlEngine.feature(EngineFeature feature,
PlannerContext plannerContext) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.