| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper.expression |
Provides the classes needed to deal with expressions of Custom Wrappers.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomWrapperFunctionParameter> |
CustomWrapperFunctionExpression.getParameters() |
| Constructor and Description |
|---|
CustomWrapperFunctionExpression(String name,
List<CustomWrapperFunctionParameter> parameters,
int modifier,
boolean isAggregateFunction)
Creates a
CustomWrapperFunctionExpression specifying its name,
parameters, modifier and whether it is an aggregate function. |
Copyright © 2024 Denodo Technologies. All rights reserved.