public static enum SqlMatchRecognize.RowsPerMatchOption extends Enum<SqlMatchRecognize.RowsPerMatchOption>
ROWS PER MATCH
.Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlLiteral |
symbol(org.apache.calcite.sql.parser.SqlParserPos pos) |
String |
toString() |
static SqlMatchRecognize.RowsPerMatchOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMatchRecognize.RowsPerMatchOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlMatchRecognize.RowsPerMatchOption ONE_ROW
public static final SqlMatchRecognize.RowsPerMatchOption ALL_ROWS
public static SqlMatchRecognize.RowsPerMatchOption[] values()
for (SqlMatchRecognize.RowsPerMatchOption c : SqlMatchRecognize.RowsPerMatchOption.values()) System.out.println(c);
public static SqlMatchRecognize.RowsPerMatchOption 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.RowsPerMatchOption>
public org.apache.calcite.sql.SqlLiteral symbol(org.apache.calcite.sql.parser.SqlParserPos pos)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.