Package | Description |
---|---|
org.apache.hadoop.hive.ql.optimizer.calcite |
Modifier and Type | Method and Description |
---|---|
CalciteSemanticException.UnsupportedFeature |
CalciteSemanticException.getUnsupportedFeature() |
static CalciteSemanticException.UnsupportedFeature |
CalciteSemanticException.UnsupportedFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalciteSemanticException.UnsupportedFeature[] |
CalciteSemanticException.UnsupportedFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CalciteSemanticException.setUnsupportedFeature(CalciteSemanticException.UnsupportedFeature unsupportedFeature) |
Constructor and Description |
---|
CalciteSemanticException(String message,
CalciteSemanticException.UnsupportedFeature feature) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.