public enum StandardWarningCode extends Enum<StandardWarningCode> implements WarningCodeSupplier
| Enum Constant and Description |
|---|
DEFAULT_SAMPLE_FUNCTION |
MULTIPLE_ORDER_BY |
PARSER_WARNING |
PARTIAL_RESULT_WARNING |
PERFORMANCE_WARNING |
REDUNDANT_ORDER_BY |
SAMPLED_FIELDS |
SEMANTIC_WARNING |
TOO_MANY_STAGES |
| Modifier and Type | Method and Description |
|---|---|
WarningCode |
toWarningCode() |
static StandardWarningCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardWarningCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardWarningCode TOO_MANY_STAGES
public static final StandardWarningCode PARSER_WARNING
public static final StandardWarningCode PERFORMANCE_WARNING
public static final StandardWarningCode SEMANTIC_WARNING
public static final StandardWarningCode REDUNDANT_ORDER_BY
public static final StandardWarningCode PARTIAL_RESULT_WARNING
public static final StandardWarningCode MULTIPLE_ORDER_BY
public static final StandardWarningCode DEFAULT_SAMPLE_FUNCTION
public static final StandardWarningCode SAMPLED_FIELDS
public static StandardWarningCode[] values()
for (StandardWarningCode c : StandardWarningCode.values()) System.out.println(c);
public static StandardWarningCode 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 nullpublic WarningCode toWarningCode()
toWarningCode in interface WarningCodeSupplierCopyright © 2012–2022. All rights reserved.