public static enum CalciteSemanticException.UnsupportedFeature extends Enum<CalciteSemanticException.UnsupportedFeature>
Modifier and Type | Method and Description |
---|---|
static CalciteSemanticException.UnsupportedFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalciteSemanticException.UnsupportedFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalciteSemanticException.UnsupportedFeature Distinct_without_an_aggreggation
public static final CalciteSemanticException.UnsupportedFeature Duplicates_in_RR
public static final CalciteSemanticException.UnsupportedFeature Filter_expression_with_non_boolean_return_type
public static final CalciteSemanticException.UnsupportedFeature Having_clause_without_any_groupby
public static final CalciteSemanticException.UnsupportedFeature Hint
public static final CalciteSemanticException.UnsupportedFeature Invalid_column_reference
public static final CalciteSemanticException.UnsupportedFeature Invalid_decimal
public static final CalciteSemanticException.UnsupportedFeature Less_than_equal_greater_than
public static final CalciteSemanticException.UnsupportedFeature Multi_insert
public static final CalciteSemanticException.UnsupportedFeature Others
public static final CalciteSemanticException.UnsupportedFeature Same_name_in_multiple_expressions
public static final CalciteSemanticException.UnsupportedFeature Schema_less_table
public static final CalciteSemanticException.UnsupportedFeature Select_alias_in_having_clause
public static final CalciteSemanticException.UnsupportedFeature Select_transform
public static final CalciteSemanticException.UnsupportedFeature Subquery
public static final CalciteSemanticException.UnsupportedFeature Table_sample_clauses
public static final CalciteSemanticException.UnsupportedFeature UDTF
public static final CalciteSemanticException.UnsupportedFeature Union_type
public static final CalciteSemanticException.UnsupportedFeature Unique_join
public static CalciteSemanticException.UnsupportedFeature[] values()
for (CalciteSemanticException.UnsupportedFeature c : CalciteSemanticException.UnsupportedFeature.values()) System.out.println(c);
public static CalciteSemanticException.UnsupportedFeature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 The Apache Software Foundation. All rights reserved.