| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSet<SqlFunctionCategory.Property> |
SqlFunctionCategory.properties |
| Modifier and Type | Method and Description |
|---|---|
static SqlFunctionCategory.Property |
SqlFunctionCategory.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFunctionCategory.Property[] |
SqlFunctionCategory.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlFunctionCategory(String abbrev,
String description,
SqlFunctionCategory.Property... properties) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.