public static enum SqlFunctions.FlatProductInputType extends Enum<SqlFunctions.FlatProductInputType>
SqlFunctions.flatProduct(int[], boolean, org.apache.calcite.runtime.SqlFunctions.FlatProductInputType[]).| Modifier and Type | Method and Description |
|---|---|
static SqlFunctions.FlatProductInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFunctions.FlatProductInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlFunctions.FlatProductInputType SCALAR
public static final SqlFunctions.FlatProductInputType LIST
public static final SqlFunctions.FlatProductInputType MAP
public static SqlFunctions.FlatProductInputType[] values()
for (SqlFunctions.FlatProductInputType c : SqlFunctions.FlatProductInputType.values()) System.out.println(c);
public static SqlFunctions.FlatProductInputType 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 © 2012–2018 The Apache Software Foundation. All rights reserved.