public static enum SqlMatchRecognize.AfterOption extends Enum<SqlMatchRecognize.AfterOption> implements org.apache.calcite.sql.Symbolizable
AFTER MATCH
clause.Enum Constant and Description |
---|
SKIP_PAST_LAST_ROW |
SKIP_TO_NEXT_ROW |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SqlMatchRecognize.AfterOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMatchRecognize.AfterOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlMatchRecognize.AfterOption SKIP_TO_NEXT_ROW
public static final SqlMatchRecognize.AfterOption SKIP_PAST_LAST_ROW
public static SqlMatchRecognize.AfterOption[] values()
for (SqlMatchRecognize.AfterOption c : SqlMatchRecognize.AfterOption.values()) System.out.println(c);
public static SqlMatchRecognize.AfterOption 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 String toString()
toString
in class Enum<SqlMatchRecognize.AfterOption>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.