| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImplementableAggFunction
Function that can be translated to java code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateFunctionImpl
Implementation of
AggregateFunction via user-defined class. |
| Modifier and Type | Field and Description |
|---|---|
AggregateFunction |
SqlUserDefinedAggFunction.function |
| Constructor and Description |
|---|
SqlUserDefinedAggFunction(SqlIdentifier opName,
SqlReturnTypeInference returnTypeInference,
SqlOperandTypeInference operandTypeInference,
SqlOperandTypeChecker operandTypeChecker,
AggregateFunction function) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.