java.lang.Object
com.pervasive.datarush.coercion.ListOps
- All Implemented Interfaces:
OperatorRegistrar
Utility class to dump all registered operators to stdout or the file specified.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListOps
public ListOps()
-
-
Method Details
-
main
Runnable using the "dr" script. If passed a file name as the first parameter, it will write the results to the file. Otherwise, they are written to standard output.- Parameters:
args- zero or one arguments supported; if one it is the name of the output file
-