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