java.lang.Object
com.pervasive.datarush.functions.DefaultArgumentConverter
- All Implemented Interfaces:
ArgumentConverter
The default argument converter. ScalarValuedFunction arguments are passed
directly, while primitive- and String-type arguments are parsed from a
ConstantReference.
If any other argument type is expected or another type of ScalarValueFunction is provided when a ConstantReference is expected, an IllegalArgumentException is thrown.
If any other argument type is expected or another type of ScalarValueFunction is provided when a ConstantReference is expected, an IllegalArgumentException is thrown.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultArgumentConverter
public DefaultArgumentConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceArgumentConverter
-