public static class DefaultFunctionFactory.DataSetDateAggregateFunction extends AbstractFunction
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<java.lang.String> |
fakeDSNames |
protected static java.util.List<java.lang.Class<?>> |
fakeDSTypes |
protected java.lang.String |
funcName |
| Constructor and Description |
|---|
DataSetDateAggregateFunction() |
DataSetDateAggregateFunction(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
java.lang.String |
getFuncName() |
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
void |
initArgs(Expression[] args)
Calls validateNumArgs() to make sure the number of args is correct
|
void |
setFuncName(java.lang.String funcName) |
executeArg, log, validateNumArgsconnect, copy, disconnect, executeAll, shutdown, startupprotected java.lang.String funcName
protected static java.util.List<java.lang.String> fakeDSNames
protected static java.util.List<java.lang.Class<?>> fakeDSTypes
public DataSetDateAggregateFunction()
public DataSetDateAggregateFunction(java.lang.String name)
protected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic void initArgs(Expression[] args)
AbstractFunctioninitArgs in interface FunctioninitArgs in class AbstractFunctionpublic QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionpublic java.lang.String getArgDocString()
Functionpublic java.lang.Class<?> getType()
Functionpublic java.lang.String getFuncName()
public void setFuncName(java.lang.String funcName)