| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
Member.getParameters()
Returns the parameters of this member.
|
List<FunctionParameter> |
Function.getParameters()
Returns the parameters of this function.
|
| Modifier and Type | Field and Description |
|---|---|
List<FunctionParameter> |
ReflectiveFunctionBase.parameters
Types of parameter for the function call.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
AggregateFunctionImpl.getParameters() |
List<FunctionParameter> |
ReflectiveFunctionBase.getParameters()
Returns the parameters of this function.
|
static com.google.common.collect.ImmutableList<FunctionParameter> |
ReflectiveFunctionBase.toFunctionParameters(Class... types) |
static com.google.common.collect.ImmutableList<FunctionParameter> |
ReflectiveFunctionBase.toFunctionParameters(Iterable<? extends Class> types) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
SqlAdvisorGetHintsFunction.getParameters() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.