| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
static RelProtoDataType |
Schemas.proto(ScalarFunction function)
Returns an implementation of
RelProtoDataType
that asks a given scalar function for its return type with a given type
factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarFunctionImpl
Implementation of
ScalarFunction. |
| Modifier and Type | Method and Description |
|---|---|
static ScalarFunction |
ScalarFunctionImpl.create(Class<?> clazz,
String methodName)
Creates
ScalarFunction from given class. |
static ScalarFunction |
ScalarFunctionImpl.create(Method method)
Creates
ScalarFunction from given method. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableMultimap<String,ScalarFunction> |
ScalarFunctionImpl.createAll(Class<?> clazz)
Creates
ScalarFunction for each method in
a given class. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.