| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Field and Description |
|---|---|
private AggregateFunctionImpl |
RexImpTable.UserDefinedAggReflectiveImplementor.afi |
| Constructor and Description |
|---|
UserDefinedAggReflectiveImplementor(AggregateFunctionImpl afi) |
| Modifier and Type | Field and Description |
|---|---|
(package private) AggregateFunctionImpl |
AggregateNode.UdaAccumulatorFactory.aggFunction |
| Constructor and Description |
|---|
UdaAccumulatorFactory(AggregateFunctionImpl aggFunction,
AggregateCall call,
boolean nullIfEmpty) |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunctionImpl |
AggregateFunctionImpl.create(Class<?> clazz)
Creates an aggregate function, or returns null.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.