public class FunctionIdentifier extends BaseFunction implements Function
Selectable representing an unresolved Function._hash| Constructor and Description |
|---|
FunctionIdentifier(java.lang.String name) |
FunctionIdentifier(java.lang.String name,
java.util.List args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(RowDecorator row) |
DataType |
getDataType() |
boolean |
isValid() |
addArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toStringgetAlias, getLabel, getName, setAlias, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgumentgetLabel, setVariableContextpublic FunctionIdentifier(java.lang.String name)
public FunctionIdentifier(java.lang.String name,
java.util.List args)
public java.lang.Object evaluate(RowDecorator row)
evaluate in interface Selectablepublic DataType getDataType()
getDataType in interface SelectablegetDataType in class BaseFunctionpublic boolean isValid()
isValid in interface ConcreteFunctionisValid in class BaseFunction