| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Method and Description |
|---|---|
SqlAvgAggFunction.Subtype |
SqlAvgAggFunction.getSubtype()
Returns the specific function, e.g.
|
static SqlAvgAggFunction.Subtype |
SqlAvgAggFunction.Subtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlAvgAggFunction.Subtype[] |
SqlAvgAggFunction.Subtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlAvgAggFunction(RelDataType type,
SqlAvgAggFunction.Subtype subtype)
Creates a SqlAvgAggFunction
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.